Shades of Surf Crest #CACDC9
Tints of Surf Crest #CACDC9
RGB
CMYK
RGB Variations
Color information
#CACDC9 (or 0xCACDC9) is known color: Surf Crest. HEX triplet: CA, CD and C9. RGB value is (202,205,201). Sum of RGB (Red+Green+Blue) = 202+205+201=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDC9 is #353236. Grayscale: #CBCBCB. Windows color (decimal): -3486263 or 13225418. OLE color: 13225418.
HSL color Cylindrical-coordinate representation of color #CACDC9: hue angle of 105º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACDC9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 201 | - |
CMYK | 0.01 | 0 | 0.02 | 0.20 |
HSL | 105º | 0.04% | 0.8% | - |
HSV(B) | 105º | 0.02% | 0.8% | - |
XYZ | 56.73 | 60.44 | 63.93 | - |
YUV | 203.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 201 | 0.01 | 0 | 0.02 | 0.20 | 105 | 0.04 | 0.8 |
Hex | CA | CD | C9 | 1 | 0 | 2 | 14 | 69 | 4 | 50 |
Octal | 312 | 315 | 311 | 1 | 0 | 2 | 24 | 151 | 4 | 120 |
Binary | 11001010 | 11001101 | 11001001 | 1 | 0 | 10 | 10100 | 1101001 | 100 | 1010000 |
Color Harmonies of #CACDC9
Complementary color
Monochromatic Colors of #CACDC9
Black with #CACDC9
Text Example
Text Example
White with #CACDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDC9; }
p { color: rgb(202,205,201); }
H1.HeaderClassName
{
color: #CACDC9;
}
.AnyTagClassName
{
color: #CACDC9;
}
</style>
background-color css
<style>
a { background-color: #CACDC9; }
a { background-color: rgb(202,205,201); }
div.DivClassName
{
background-color: #CACDC9;
}
.BgClassName
{
background-color: #CACDC9;
}
</style>
border-color css
<style>
span { border-color: #CACDC9; }
span { border-color: rgb(202,205,201); }
td.TdClassName
{
border-color: #CACDC9;
}
.TagClassName
{
border-color: #CACDC9;
}
</style>