Shades of Surf Crest #CACFC9
Tints of Surf Crest #CACFC9
RGB
CMYK
RGB Variations
Color information
#CACFC9 (or 0xCACFC9) is known color: Surf Crest. HEX triplet: CA, CF and C9. RGB value is (202,207,201). Sum of RGB (Red+Green+Blue) = 202+207+201=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC9 is #353036. Grayscale: #CCCCCC. Windows color (decimal): -3485751 or 13225930. OLE color: 13225930.
HSL color Cylindrical-coordinate representation of color #CACFC9: hue angle of 110º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACFC9 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 201 | - |
CMYK | 0.02 | 0 | 0.03 | 0.19 |
HSL | 110º | 0.06% | 0.8% | - |
HSV(B) | 110º | 0.03% | 0.81% | - |
XYZ | 57.21 | 61.4 | 64.09 | - |
YUV | 204.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 201 | 0.02 | 0 | 0.03 | 0.19 | 110 | 0.06 | 0.8 |
Hex | CA | CF | C9 | 2 | 0 | 3 | 13 | 6E | 6 | 50 |
Octal | 312 | 317 | 311 | 2 | 0 | 3 | 23 | 156 | 6 | 120 |
Binary | 11001010 | 11001111 | 11001001 | 10 | 0 | 11 | 10011 | 1101110 | 110 | 1010000 |
Color Harmonies of #CACFC9
Complementary color
Monochromatic Colors of #CACFC9
Black with #CACFC9
Text Example
Text Example
White with #CACFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC9; }
p { color: rgb(202,207,201); }
H1.HeaderClassName
{
color: #CACFC9;
}
.AnyTagClassName
{
color: #CACFC9;
}
</style>
background-color css
<style>
a { background-color: #CACFC9; }
a { background-color: rgb(202,207,201); }
div.DivClassName
{
background-color: #CACFC9;
}
.BgClassName
{
background-color: #CACFC9;
}
</style>
border-color css
<style>
span { border-color: #CACFC9; }
span { border-color: rgb(202,207,201); }
td.TdClassName
{
border-color: #CACFC9;
}
.TagClassName
{
border-color: #CACFC9;
}
</style>