Color spaces of #cca288
RGB | 204 | 162 | 136 |
---|---|---|---|
HSL | 0.06 | 0.40 | 0.67 |
HSV | 23° | 33° | 80° |
CMYK | 0.00 | 0.21 | 0.33 0.20 |
XYZ | 42.2661 | 40.4556 | 28.8736 |
Yxy | 40.4556 | 0.3787 | 0.3625 |
Hunter Lab | 63.6047 | 7.3071 | 17.6084 |
CIE-Lab | 69.7928 | 11.8440 | 19.4264 |
#cca288 color RGB value is (204,162,136).
#cca288 hex color red value is 204, green value is 162 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cca288 hue: 0.06 , saturation: 0.40 and the lightness value of cca288 is 0.67.
The process color (four color CMYK) of #cca288 color hex is 0.00, 0.21, 0.33, 0.20. Web safe color of #cca288 is #cc9999. Color #cca288 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10100010 | 10001000 |
Octal | 314 | 242 | 210 |
Decimal | 204 | 162 | 136 |
Hex | CC | A2 | 88 |
Shades of #cca288
Tints of #cca288
RGB Percentages of Color #cca288
CMYK Percentages of Color #cca288
Complementary Color
#cca288 | #88b2cc |
#cca288 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cca288 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cca288 Color CSS Codes
.mybgcolor {background-color:#cca288; } .myforecolor {color:#cca288; } .mybordercolor {border:3px solid #cca288; }
#cca288 Text Font Color
<p style="color:#cca288">Text here</p>
This sample text font color is #cca288
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.
#cca288 Background Color
<div style="background-color:#cca288">
Div content here</div>
This div background color is #cca288
#cca288 Border Color
<div style="border:3px solid #cca288">
Div here</div>
This div border color is #cca288
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,162,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cca288; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cca288; -webkit-box-shadow: 1px 1px 3px 2px #cca288; box-shadow: 1px 1px 3px 2px #cca288; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,162,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cca288">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cca288; -webkit-box-shadow: 1px 1px 3px 2px #cca288; box-shadow: 1px 1px 3px 2px #cca288;">
Div content here</div>
This div box has shadow with color #cca288
Comments
No comments written yet.
Please login to write comment.