Shades of Surf Crest #C0D6BD
Tints of Surf Crest #C0D6BD
RGB
CMYK
RGB Variations
Color information
#C0D6BD (or 0xC0D6BD) is known color: Surf Crest. HEX triplet: C0, D6 and BD. RGB value is (192,214,189). Sum of RGB (Red+Green+Blue) = 192+214+189=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6BD is #3F2942. Grayscale: #CCCCCC. Windows color (decimal): -4139331 or 12441280. OLE color: 12441280.
HSL color Cylindrical-coordinate representation of color #C0D6BD: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D6BD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 189 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.16 |
| HSL | 112.8º | 0.23% | 0.79% | - |
| HSV(B) | 112.8º | 0.12% | 0.84% | - |
| XYZ | 54.97 | 62.97 | 57.4 | - |
| YUV | 204.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 189 | 0.10 | 0 | 0.12 | 0.16 | 112.8 | 0.23 | 0.79 |
| Hex | C0 | D6 | BD | A | 0 | C | 10 | 71 | 17 | 4F |
| Octal | 300 | 326 | 275 | 12 | 0 | 14 | 20 | 161 | 27 | 117 |
| Binary | 11000000 | 11010110 | 10111101 | 1010 | 0 | 1100 | 10000 | 1110001 | 10111 | 1001111 |
Color Harmonies of #C0D6BD
Complementary color
Monochromatic Colors of #C0D6BD
Black with #C0D6BD
Text Example
Text Example
White with #C0D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6BD; }
p { color: rgb(192,214,189); }
H1.HeaderClassName
{
color: #C0D6BD;
}
.AnyTagClassName
{
color: #C0D6BD;
}
</style>
background-color css
<style>
a { background-color: #C0D6BD; }
a { background-color: rgb(192,214,189); }
div.DivClassName
{
background-color: #C0D6BD;
}
.BgClassName
{
background-color: #C0D6BD;
}
</style>
border-color css
<style>
span { border-color: #C0D6BD; }
span { border-color: rgb(192,214,189); }
td.TdClassName
{
border-color: #C0D6BD;
}
.TagClassName
{
border-color: #C0D6BD;
}
</style>