Shades of Surf Crest #C0D8BE
Tints of Surf Crest #C0D8BE
RGB
CMYK
RGB Variations
Color information
#C0D8BE (or 0xC0D8BE) is known color: Surf Crest. HEX triplet: C0, D8 and BE. RGB value is (192,216,190). Sum of RGB (Red+Green+Blue) = 192+216+190=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8BE is #3F2741. Grayscale: #CDCDCD. Windows color (decimal): -4138818 or 12507328. OLE color: 12507328.
HSL color Cylindrical-coordinate representation of color #C0D8BE: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D8BE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 190 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.15 |
| HSL | 115.38º | 0.25% | 0.8% | - |
| HSV(B) | 115.38º | 0.12% | 0.85% | - |
| XYZ | 55.59 | 64.04 | 58.15 | - |
| YUV | 205.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 190 | 0.11 | 0 | 0.12 | 0.15 | 115.38 | 0.25 | 0.8 |
| Hex | C0 | D8 | BE | B | 0 | C | F | 73 | 19 | 50 |
| Octal | 300 | 330 | 276 | 13 | 0 | 14 | 17 | 163 | 31 | 120 |
| Binary | 11000000 | 11011000 | 10111110 | 1011 | 0 | 1100 | 1111 | 1110011 | 11001 | 1010000 |
Color Harmonies of #C0D8BE
Complementary color
Monochromatic Colors of #C0D8BE
Black with #C0D8BE
Text Example
Text Example
White with #C0D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8BE; }
p { color: rgb(192,216,190); }
H1.HeaderClassName
{
color: #C0D8BE;
}
.AnyTagClassName
{
color: #C0D8BE;
}
</style>
background-color css
<style>
a { background-color: #C0D8BE; }
a { background-color: rgb(192,216,190); }
div.DivClassName
{
background-color: #C0D8BE;
}
.BgClassName
{
background-color: #C0D8BE;
}
</style>
border-color css
<style>
span { border-color: #C0D8BE; }
span { border-color: rgb(192,216,190); }
td.TdClassName
{
border-color: #C0D8BE;
}
.TagClassName
{
border-color: #C0D8BE;
}
</style>