Color spaces of #cc522c
RGB | 204 | 82 | 44 |
---|---|---|---|
HSL | 0.04 | 0.65 | 0.49 |
HSV | 14° | 78° | 80° |
CMYK | 0.00 | 0.60 | 0.78 0.20 |
XYZ | 28.3738 | 19.0538 | 4.5652 |
Yxy | 19.0538 | 0.5457 | 0.3665 |
Hunter Lab | 43.6507 | 39.6399 | 24.3546 |
CIE-Lab | 50.7501 | 46.4507 | 45.6058 |
#cc522c color RGB value is (204,82,44).
#cc522c hex color red value is 204, green value is 82 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc522c hue: 0.04 , saturation: 0.65 and the lightness value of cc522c is 0.49.
The process color (four color CMYK) of #cc522c color hex is 0.00, 0.60, 0.78, 0.20. Web safe color of #cc522c is #cc6633. Color #cc522c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01010010 | 00101100 |
Octal | 314 | 122 | 54 |
Decimal | 204 | 82 | 44 |
Hex | CC | 52 | 2C |
Shades of #cc522c
Tints of #cc522c
RGB Percentages of Color #cc522c
CMYK Percentages of Color #cc522c
Complementary Color
#cc522c | #2ca6cc |
#cc522c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc522c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc522c Color CSS Codes
.mybgcolor {background-color:#cc522c; } .myforecolor {color:#cc522c; } .mybordercolor {border:3px solid #cc522c; }
#cc522c Text Font Color
<p style="color:#cc522c">Text here</p>
This sample text font color is #cc522c
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.
#cc522c Background Color
<div style="background-color:#cc522c">
Div content here</div>
This div background color is #cc522c
#cc522c Border Color
<div style="border:3px solid #cc522c">
Div here</div>
This div border color is #cc522c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,82,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc522c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc522c; -webkit-box-shadow: 1px 1px 3px 2px #cc522c; box-shadow: 1px 1px 3px 2px #cc522c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,82,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc522c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc522c; -webkit-box-shadow: 1px 1px 3px 2px #cc522c; box-shadow: 1px 1px 3px 2px #cc522c;">
Div content here</div>
This div box has shadow with color #cc522c
Comments
No comments written yet.
Please login to write comment.