Shades of Surf Crest #C2CAC0
Tints of Surf Crest #C2CAC0
RGB
CMYK
RGB Variations
Color information
#C2CAC0 (or 0xC2CAC0) is known color: Surf Crest. HEX triplet: C2, CA and C0. RGB value is (194,202,192). Sum of RGB (Red+Green+Blue) = 194+202+192=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC0 is #3D353F. Grayscale: #C6C6C6. Windows color (decimal): -4011328 or 12634818. OLE color: 12634818.
HSL color Cylindrical-coordinate representation of color #C2CAC0: hue angle of 108º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CAC0 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 192 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.21 |
| HSL | 108º | 0.09% | 0.77% | - |
| HSV(B) | 108º | 0.05% | 0.79% | - |
| XYZ | 52.88 | 57.52 | 58.18 | - |
| YUV | 198.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 192 | 0.04 | 0 | 0.05 | 0.21 | 108 | 0.09 | 0.77 |
| Hex | C2 | CA | C0 | 4 | 0 | 5 | 15 | 6C | 9 | 4D |
| Octal | 302 | 312 | 300 | 4 | 0 | 5 | 25 | 154 | 11 | 115 |
| Binary | 11000010 | 11001010 | 11000000 | 100 | 0 | 101 | 10101 | 1101100 | 1001 | 1001101 |
Color Harmonies of #C2CAC0
Complementary color
Monochromatic Colors of #C2CAC0
Black with #C2CAC0
Text Example
Text Example
White with #C2CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAC0; }
p { color: rgb(194,202,192); }
H1.HeaderClassName
{
color: #C2CAC0;
}
.AnyTagClassName
{
color: #C2CAC0;
}
</style>
background-color css
<style>
a { background-color: #C2CAC0; }
a { background-color: rgb(194,202,192); }
div.DivClassName
{
background-color: #C2CAC0;
}
.BgClassName
{
background-color: #C2CAC0;
}
</style>
border-color css
<style>
span { border-color: #C2CAC0; }
span { border-color: rgb(194,202,192); }
td.TdClassName
{
border-color: #C2CAC0;
}
.TagClassName
{
border-color: #C2CAC0;
}
</style>