Shades of Surf Crest #CACCC9
Tints of Surf Crest #CACCC9
RGB
CMYK
RGB Variations
Color information
#CACCC9 (or 0xCACCC9) is known color: Surf Crest. HEX triplet: CA, CC and C9. RGB value is (202,204,201). Sum of RGB (Red+Green+Blue) = 202+204+201=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC9 is #353336. Grayscale: #CBCBCB. Windows color (decimal): -3486519 or 13225162. OLE color: 13225162.
HSL color Cylindrical-coordinate representation of color #CACCC9: hue angle of 100º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACCC9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 201 | - |
CMYK | 0.01 | 0 | 0.01 | 0.2 |
HSL | 100º | 0.03% | 0.79% | - |
HSV(B) | 100º | 0.01% | 0.8% | - |
XYZ | 56.49 | 59.96 | 63.85 | - |
YUV | 203.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 201 | 0.01 | 0 | 0.01 | 0.2 | 100 | 0.03 | 0.79 |
Hex | CA | CC | C9 | 1 | 0 | 1 | 14 | 64 | 3 | 4F |
Octal | 312 | 314 | 311 | 1 | 0 | 1 | 24 | 144 | 3 | 117 |
Binary | 11001010 | 11001100 | 11001001 | 1 | 0 | 1 | 10100 | 1100100 | 11 | 1001111 |
Color Harmonies of #CACCC9
Complementary color
Monochromatic Colors of #CACCC9
Black with #CACCC9
Text Example
Text Example
White with #CACCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCC9; }
p { color: rgb(202,204,201); }
H1.HeaderClassName
{
color: #CACCC9;
}
.AnyTagClassName
{
color: #CACCC9;
}
</style>
background-color css
<style>
a { background-color: #CACCC9; }
a { background-color: rgb(202,204,201); }
div.DivClassName
{
background-color: #CACCC9;
}
.BgClassName
{
background-color: #CACCC9;
}
</style>
border-color css
<style>
span { border-color: #CACCC9; }
span { border-color: rgb(202,204,201); }
td.TdClassName
{
border-color: #CACCC9;
}
.TagClassName
{
border-color: #CACCC9;
}
</style>