Shades of Geyser #CACDCC
Tints of Geyser #CACDCC
RGB
CMYK
RGB Variations
Color information
#CACDCC (or 0xCACDCC) is known color: Geyser. HEX triplet: CA, CD and CC. RGB value is (202,205,204). Sum of RGB (Red+Green+Blue) = 202+205+204=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDCC is #353233. Grayscale: #CBCBCB. Windows color (decimal): -3486260 or 13422026. OLE color: 13422026.
HSL color Cylindrical-coordinate representation of color #CACDCC: hue angle of 160º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACDCC is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 204 | - |
CMYK | 0.01 | 0 | 0.00 | 0.20 |
HSL | 160º | 0.03% | 0.8% | - |
HSV(B) | 160º | 0.01% | 0.8% | - |
XYZ | 57.09 | 60.58 | 65.81 | - |
YUV | 203.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 204 | 0.01 | 0 | 0.00 | 0.20 | 160 | 0.03 | 0.8 |
Hex | CA | CD | CC | 1 | 0 | 0 | 14 | A0 | 3 | 50 |
Octal | 312 | 315 | 314 | 1 | 0 | 0 | 24 | 240 | 3 | 120 |
Binary | 11001010 | 11001101 | 11001100 | 1 | 0 | 0 | 10100 | 10100000 | 11 | 1010000 |
Color Harmonies of #CACDCC
Complementary color
Monochromatic Colors of #CACDCC
Black with #CACDCC
Text Example
Text Example
White with #CACDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDCC; }
p { color: rgb(202,205,204); }
H1.HeaderClassName
{
color: #CACDCC;
}
.AnyTagClassName
{
color: #CACDCC;
}
</style>
background-color css
<style>
a { background-color: #CACDCC; }
a { background-color: rgb(202,205,204); }
div.DivClassName
{
background-color: #CACDCC;
}
.BgClassName
{
background-color: #CACDCC;
}
</style>
border-color css
<style>
span { border-color: #CACDCC; }
span { border-color: rgb(202,205,204); }
td.TdClassName
{
border-color: #CACDCC;
}
.TagClassName
{
border-color: #CACDCC;
}
</style>