Shades of Surf Crest #C4D6C0
Tints of Surf Crest #C4D6C0
RGB
CMYK
RGB Variations
Color information
#C4D6C0 (or 0xC4D6C0) is known color: Surf Crest. HEX triplet: C4, D6 and C0. RGB value is (196,214,192). Sum of RGB (Red+Green+Blue) = 196+214+192=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6C0 is #3B293F. Grayscale: #CECECE. Windows color (decimal): -3877184 or 12637892. OLE color: 12637892.
HSL color Cylindrical-coordinate representation of color #C4D6C0: hue angle of 109.09º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D6C0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 196 | 214 | 192 | - |
CMYK | 0.08 | 0 | 0.10 | 0.16 |
HSL | 109.09º | 0.21% | 0.8% | - |
HSV(B) | 109.09º | 0.1% | 0.84% | - |
XYZ | 56.33 | 63.63 | 59.18 | - |
YUV | 206.11 | 120.04 | 120.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 214 | 192 | 0.08 | 0 | 0.10 | 0.16 | 109.09 | 0.21 | 0.8 |
Hex | C4 | D6 | C0 | 8 | 0 | A | 10 | 6D | 15 | 50 |
Octal | 304 | 326 | 300 | 10 | 0 | 12 | 20 | 155 | 25 | 120 |
Binary | 11000100 | 11010110 | 11000000 | 1000 | 0 | 1010 | 10000 | 1101101 | 10101 | 1010000 |
Color Harmonies of #C4D6C0
Complementary color
Monochromatic Colors of #C4D6C0
Black with #C4D6C0
Text Example
Text Example
White with #C4D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D6C0; }
p { color: rgb(196,214,192); }
H1.HeaderClassName
{
color: #C4D6C0;
}
.AnyTagClassName
{
color: #C4D6C0;
}
</style>
background-color css
<style>
a { background-color: #C4D6C0; }
a { background-color: rgb(196,214,192); }
div.DivClassName
{
background-color: #C4D6C0;
}
.BgClassName
{
background-color: #C4D6C0;
}
</style>
border-color css
<style>
span { border-color: #C4D6C0; }
span { border-color: rgb(196,214,192); }
td.TdClassName
{
border-color: #C4D6C0;
}
.TagClassName
{
border-color: #C4D6C0;
}
</style>