Shades of Surf Crest #C2CCC0
Tints of Surf Crest #C2CCC0
RGB
CMYK
RGB Variations
Color information
#C2CCC0 (or 0xC2CCC0) is known color: Surf Crest. HEX triplet: C2, CC and C0. RGB value is (194,204,192). Sum of RGB (Red+Green+Blue) = 194+204+192=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCC0 is #3D333F. Grayscale: #C7C7C7. Windows color (decimal): -4010816 or 12635330. OLE color: 12635330.
HSL color Cylindrical-coordinate representation of color #C2CCC0: hue angle of 110º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CCC0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 204 | 192 | - |
CMYK | 0.05 | 0 | 0.06 | 0.2 |
HSL | 110º | 0.11% | 0.78% | - |
HSV(B) | 110º | 0.06% | 0.8% | - |
XYZ | 53.36 | 58.46 | 58.34 | - |
YUV | 199.64 | 123.69 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 192 | 0.05 | 0 | 0.06 | 0.2 | 110 | 0.11 | 0.78 |
Hex | C2 | CC | C0 | 5 | 0 | 6 | 14 | 6E | B | 4E |
Octal | 302 | 314 | 300 | 5 | 0 | 6 | 24 | 156 | 13 | 116 |
Binary | 11000010 | 11001100 | 11000000 | 101 | 0 | 110 | 10100 | 1101110 | 1011 | 1001110 |
Color Harmonies of #C2CCC0
Complementary color
Monochromatic Colors of #C2CCC0
Black with #C2CCC0
Text Example
Text Example
White with #C2CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCC0; }
p { color: rgb(194,204,192); }
H1.HeaderClassName
{
color: #C2CCC0;
}
.AnyTagClassName
{
color: #C2CCC0;
}
</style>
background-color css
<style>
a { background-color: #C2CCC0; }
a { background-color: rgb(194,204,192); }
div.DivClassName
{
background-color: #C2CCC0;
}
.BgClassName
{
background-color: #C2CCC0;
}
</style>
border-color css
<style>
span { border-color: #C2CCC0; }
span { border-color: rgb(194,204,192); }
td.TdClassName
{
border-color: #C2CCC0;
}
.TagClassName
{
border-color: #C2CCC0;
}
</style>