Color spaces of #cb635a
RGB | 203 | 99 | 90 |
---|---|---|---|
HSL | 0.01 | 0.52 | 0.57 |
HSV | 5° | 56° | 80° |
CMYK | 0.00 | 0.51 | 0.56 0.20 |
XYZ | 30.9359 | 22.3584 | 12.3580 |
Yxy | 22.3584 | 0.4712 | 0.3406 |
Hunter Lab | 47.2847 | 34.0351 | 17.6036 |
CIE-Lab | 54.4052 | 40.4656 | 24.5547 |
#cb635a color RGB value is (203,99,90).
#cb635a hex color red value is 203, green value is 99 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cb635a hue: 0.01 , saturation: 0.52 and the lightness value of cb635a is 0.57.
The process color (four color CMYK) of #cb635a color hex is 0.00, 0.51, 0.56, 0.20. Web safe color of #cb635a is #cc6666. Color #cb635a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100011 | 01011010 |
Octal | 313 | 143 | 132 |
Decimal | 203 | 99 | 90 |
Hex | CB | 63 | 5A |
Shades of #cb635a
Tints of #cb635a
RGB Percentages of Color #cb635a
CMYK Percentages of Color #cb635a
Complementary Color
#cb635a | #5ac2cb |
#cb635a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb635a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb635a Color CSS Codes
.mybgcolor {background-color:#cb635a; } .myforecolor {color:#cb635a; } .mybordercolor {border:3px solid #cb635a; }
#cb635a Text Font Color
<p style="color:#cb635a">Text here</p>
This sample text font color is #cb635a
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.
#cb635a Background Color
<div style="background-color:#cb635a">
Div content here</div>
This div background color is #cb635a
#cb635a Border Color
<div style="border:3px solid #cb635a">
Div here</div>
This div border color is #cb635a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,99,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb635a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb635a; -webkit-box-shadow: 1px 1px 3px 2px #cb635a; box-shadow: 1px 1px 3px 2px #cb635a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,99,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb635a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb635a; -webkit-box-shadow: 1px 1px 3px 2px #cb635a; box-shadow: 1px 1px 3px 2px #cb635a;">
Div content here</div>
This div box has shadow with color #cb635a
Comments
No comments written yet.
Please login to write comment.