Shades of Surf Crest #CACEC9
Tints of Surf Crest #CACEC9
RGB
CMYK
RGB Variations
Color information
#CACEC9 (or 0xCACEC9) is known color: Surf Crest. HEX triplet: CA, CE and C9. RGB value is (202,206,201). Sum of RGB (Red+Green+Blue) = 202+206+201=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEC9 is #353136. Grayscale: #CCCCCC. Windows color (decimal): -3486007 or 13225674. OLE color: 13225674.
HSL color Cylindrical-coordinate representation of color #CACEC9: hue angle of 108º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACEC9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 201 | - |
CMYK | 0.02 | 0 | 0.02 | 0.19 |
HSL | 108º | 0.05% | 0.8% | - |
HSV(B) | 108º | 0.02% | 0.81% | - |
XYZ | 56.97 | 60.92 | 64.01 | - |
YUV | 204.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 201 | 0.02 | 0 | 0.02 | 0.19 | 108 | 0.05 | 0.8 |
Hex | CA | CE | C9 | 2 | 0 | 2 | 13 | 6C | 5 | 50 |
Octal | 312 | 316 | 311 | 2 | 0 | 2 | 23 | 154 | 5 | 120 |
Binary | 11001010 | 11001110 | 11001001 | 10 | 0 | 10 | 10011 | 1101100 | 101 | 1010000 |
Color Harmonies of #CACEC9
Complementary color
Monochromatic Colors of #CACEC9
Black with #CACEC9
Text Example
Text Example
White with #CACEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEC9; }
p { color: rgb(202,206,201); }
H1.HeaderClassName
{
color: #CACEC9;
}
.AnyTagClassName
{
color: #CACEC9;
}
</style>
background-color css
<style>
a { background-color: #CACEC9; }
a { background-color: rgb(202,206,201); }
div.DivClassName
{
background-color: #CACEC9;
}
.BgClassName
{
background-color: #CACEC9;
}
</style>
border-color css
<style>
span { border-color: #CACEC9; }
span { border-color: rgb(202,206,201); }
td.TdClassName
{
border-color: #CACEC9;
}
.TagClassName
{
border-color: #CACEC9;
}
</style>