Color spaces of #cb635f
RGB | 203 | 99 | 95 |
---|---|---|---|
HSL | 0.01 | 0.51 | 0.58 |
HSV | 2° | 53° | 80° |
CMYK | 0.00 | 0.51 | 0.53 0.20 |
XYZ | 31.1560 | 22.4464 | 13.5170 |
Yxy | 22.4464 | 0.4642 | 0.3344 |
Hunter Lab | 47.3776 | 34.4725 | 16.2487 |
CIE-Lab | 54.4975 | 40.8817 | 21.7766 |
#cb635f color RGB value is (203,99,95).
#cb635f hex color red value is 203, green value is 99 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb635f hue: 0.01 , saturation: 0.51 and the lightness value of cb635f is 0.58.
The process color (four color CMYK) of #cb635f color hex is 0.00, 0.51, 0.53, 0.20. Web safe color of #cb635f is #cc6666. Color #cb635f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100011 | 01011111 |
Octal | 313 | 143 | 137 |
Decimal | 203 | 99 | 95 |
Hex | CB | 63 | 5F |
Shades of #cb635f
Tints of #cb635f
RGB Percentages of Color #cb635f
CMYK Percentages of Color #cb635f
Complementary Color
#cb635f | #5fc7cb |
#cb635f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb635f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb635f Color CSS Codes
.mybgcolor {background-color:#cb635f; } .myforecolor {color:#cb635f; } .mybordercolor {border:3px solid #cb635f; }
#cb635f Text Font Color
<p style="color:#cb635f">Text here</p>
This sample text font color is #cb635f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cb635f Background Color
<div style="background-color:#cb635f">
Div content here</div>
This div background color is #cb635f
#cb635f Border Color
<div style="border:3px solid #cb635f">
Div here</div>
This div border color is #cb635f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,99,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb635f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb635f; -webkit-box-shadow: 1px 1px 3px 2px #cb635f; box-shadow: 1px 1px 3px 2px #cb635f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,99,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb635f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb635f; -webkit-box-shadow: 1px 1px 3px 2px #cb635f; box-shadow: 1px 1px 3px 2px #cb635f;">
Div content here</div>
This div box has shadow with color #cb635f
Comments
No comments written yet.
Please login to write comment.