Shades of Surf Crest #CACFC8
Tints of Surf Crest #CACFC8
RGB
CMYK
RGB Variations
Color information
#CACFC8 (or 0xCACFC8) is known color: Surf Crest. HEX triplet: CA, CF and C8. RGB value is (202,207,200). Sum of RGB (Red+Green+Blue) = 202+207+200=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC8 is #353037. Grayscale: #CCCCCC. Windows color (decimal): -3485752 or 13160394. OLE color: 13160394.
HSL color Cylindrical-coordinate representation of color #CACFC8: hue angle of 102.86º degrees, saturation: 0.07, 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 #CACFC8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 200 | - |
CMYK | 0.02 | 0 | 0.03 | 0.19 |
HSL | 102.86º | 0.07% | 0.8% | - |
HSV(B) | 102.86º | 0.03% | 0.81% | - |
XYZ | 57.1 | 61.35 | 63.48 | - |
YUV | 204.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 200 | 0.02 | 0 | 0.03 | 0.19 | 102.86 | 0.07 | 0.8 |
Hex | CA | CF | C8 | 2 | 0 | 3 | 13 | 67 | 7 | 50 |
Octal | 312 | 317 | 310 | 2 | 0 | 3 | 23 | 147 | 7 | 120 |
Binary | 11001010 | 11001111 | 11001000 | 10 | 0 | 11 | 10011 | 1100111 | 111 | 1010000 |
Color Harmonies of #CACFC8
Complementary color
Monochromatic Colors of #CACFC8
Black with #CACFC8
Text Example
Text Example
White with #CACFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC8; }
p { color: rgb(202,207,200); }
H1.HeaderClassName
{
color: #CACFC8;
}
.AnyTagClassName
{
color: #CACFC8;
}
</style>
background-color css
<style>
a { background-color: #CACFC8; }
a { background-color: rgb(202,207,200); }
div.DivClassName
{
background-color: #CACFC8;
}
.BgClassName
{
background-color: #CACFC8;
}
</style>
border-color css
<style>
span { border-color: #CACFC8; }
span { border-color: rgb(202,207,200); }
td.TdClassName
{
border-color: #CACFC8;
}
.TagClassName
{
border-color: #CACFC8;
}
</style>