Shades of Surf Crest #C0D8BD
Tints of Surf Crest #C0D8BD
RGB
CMYK
RGB Variations
Color information
#C0D8BD (or 0xC0D8BD) is known color: Surf Crest. HEX triplet: C0, D8 and BD. RGB value is (192,216,189). Sum of RGB (Red+Green+Blue) = 192+216+189=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8BD is #3F2742. Grayscale: #CDCDCD. Windows color (decimal): -4138819 or 12441792. OLE color: 12441792.
HSL color Cylindrical-coordinate representation of color #C0D8BD: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D8BD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 189 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.15 |
| HSL | 113.33º | 0.26% | 0.79% | - |
| HSV(B) | 113.33º | 0.13% | 0.85% | - |
| XYZ | 55.48 | 63.99 | 57.57 | - |
| YUV | 205.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 189 | 0.11 | 0 | 0.12 | 0.15 | 113.33 | 0.26 | 0.79 |
| Hex | C0 | D8 | BD | B | 0 | C | F | 71 | 1A | 4F |
| Octal | 300 | 330 | 275 | 13 | 0 | 14 | 17 | 161 | 32 | 117 |
| Binary | 11000000 | 11011000 | 10111101 | 1011 | 0 | 1100 | 1111 | 1110001 | 11010 | 1001111 |
Color Harmonies of #C0D8BD
Complementary color
Monochromatic Colors of #C0D8BD
Black with #C0D8BD
Text Example
Text Example
White with #C0D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8BD; }
p { color: rgb(192,216,189); }
H1.HeaderClassName
{
color: #C0D8BD;
}
.AnyTagClassName
{
color: #C0D8BD;
}
</style>
background-color css
<style>
a { background-color: #C0D8BD; }
a { background-color: rgb(192,216,189); }
div.DivClassName
{
background-color: #C0D8BD;
}
.BgClassName
{
background-color: #C0D8BD;
}
</style>
border-color css
<style>
span { border-color: #C0D8BD; }
span { border-color: rgb(192,216,189); }
td.TdClassName
{
border-color: #C0D8BD;
}
.TagClassName
{
border-color: #C0D8BD;
}
</style>