Color spaces of #cc624a
RGB | 204 | 98 | 74 |
---|---|---|---|
HSL | 0.03 | 0.56 | 0.55 |
HSV | 11° | 64° | 80° |
CMYK | 0.00 | 0.52 | 0.64 0.20 |
XYZ | 30.5056 | 22.0671 | 9.1301 |
Yxy | 22.0671 | 0.4944 | 0.3576 |
Hunter Lab | 46.9756 | 33.7091 | 21.3594 |
CIE-Lab | 54.0981 | 40.1872 | 33.3198 |
#cc624a color RGB value is (204,98,74).
#cc624a hex color red value is 204, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cc624a hue: 0.03 , saturation: 0.56 and the lightness value of cc624a is 0.55.
The process color (four color CMYK) of #cc624a color hex is 0.00, 0.52, 0.64, 0.20. Web safe color of #cc624a is #cc6633. Color #cc624a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01100010 | 01001010 |
Octal | 314 | 142 | 112 |
Decimal | 204 | 98 | 74 |
Hex | CC | 62 | 4A |
Shades of #cc624a
Tints of #cc624a
RGB Percentages of Color #cc624a
CMYK Percentages of Color #cc624a
Complementary Color
#cc624a | #4ab4cc |
#cc624a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc624a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc624a Color CSS Codes
.mybgcolor {background-color:#cc624a; } .myforecolor {color:#cc624a; } .mybordercolor {border:3px solid #cc624a; }
#cc624a Text Font Color
<p style="color:#cc624a">Text here</p>
This sample text font color is #cc624a
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.
#cc624a Background Color
<div style="background-color:#cc624a">
Div content here</div>
This div background color is #cc624a
#cc624a Border Color
<div style="border:3px solid #cc624a">
Div here</div>
This div border color is #cc624a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,98,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc624a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc624a; -webkit-box-shadow: 1px 1px 3px 2px #cc624a; box-shadow: 1px 1px 3px 2px #cc624a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,98,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc624a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc624a; -webkit-box-shadow: 1px 1px 3px 2px #cc624a; box-shadow: 1px 1px 3px 2px #cc624a;">
Div content here</div>
This div box has shadow with color #cc624a
Comments
No comments written yet.
Please login to write comment.