Color spaces of #cc818b
RGB | 204 | 129 | 139 |
---|---|---|---|
HSL | 0.98 | 0.42 | 0.65 |
HSV | 352° | 37° | 80° |
CMYK | 0.00 | 0.37 | 0.32 0.20 |
XYZ | 37.4123 | 30.4020 | 28.3224 |
Yxy | 30.4020 | 0.3892 | 0.3162 |
Hunter Lab | 55.1380 | 24.6245 | 8.1415 |
CIE-Lab | 61.9995 | 30.2287 | 6.8126 |
#cc818b color RGB value is (204,129,139).
#cc818b hex color red value is 204, green value is 129 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc818b hue: 0.98 , saturation: 0.42 and the lightness value of cc818b is 0.65.
The process color (four color CMYK) of #cc818b color hex is 0.00, 0.37, 0.32, 0.20. Web safe color of #cc818b is #cc9999. Color #cc818b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10000001 | 10001011 |
Octal | 314 | 201 | 213 |
Decimal | 204 | 129 | 139 |
Hex | CC | 81 | 8B |
Shades of #cc818b
Tints of #cc818b
RGB Percentages of Color #cc818b
CMYK Percentages of Color #cc818b
Complementary Color
#cc818b | #81ccc2 |
#cc818b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc818b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc818b Color CSS Codes
.mybgcolor {background-color:#cc818b; } .myforecolor {color:#cc818b; } .mybordercolor {border:3px solid #cc818b; }
#cc818b Text Font Color
<p style="color:#cc818b">Text here</p>
This sample text font color is #cc818b
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.
#cc818b Background Color
<div style="background-color:#cc818b">
Div content here</div>
This div background color is #cc818b
#cc818b Border Color
<div style="border:3px solid #cc818b">
Div here</div>
This div border color is #cc818b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,129,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc818b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc818b; -webkit-box-shadow: 1px 1px 3px 2px #cc818b; box-shadow: 1px 1px 3px 2px #cc818b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,129,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc818b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc818b; -webkit-box-shadow: 1px 1px 3px 2px #cc818b; box-shadow: 1px 1px 3px 2px #cc818b;">
Div content here</div>
This div box has shadow with color #cc818b
Comments
No comments written yet.
Please login to write comment.