Shades of Surf Crest #C0D0BE
Tints of Surf Crest #C0D0BE
RGB
CMYK
RGB Variations
Color information
#C0D0BE (or 0xC0D0BE) is known color: Surf Crest. HEX triplet: C0, D0 and BE. RGB value is (192,208,190). Sum of RGB (Red+Green+Blue) = 192+208+190=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0BE is #3F2F41. Grayscale: #C9C9C9. Windows color (decimal): -4140866 or 12505280. OLE color: 12505280.
HSL color Cylindrical-coordinate representation of color #C0D0BE: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D0BE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 190 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.18 |
| HSL | 113.33º | 0.16% | 0.78% | - |
| HSV(B) | 113.33º | 0.09% | 0.82% | - |
| XYZ | 53.59 | 60.04 | 57.48 | - |
| YUV | 201.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 190 | 0.08 | 0 | 0.09 | 0.18 | 113.33 | 0.16 | 0.78 |
| Hex | C0 | D0 | BE | 8 | 0 | 9 | 12 | 71 | 10 | 4E |
| Octal | 300 | 320 | 276 | 10 | 0 | 11 | 22 | 161 | 20 | 116 |
| Binary | 11000000 | 11010000 | 10111110 | 1000 | 0 | 1001 | 10010 | 1110001 | 10000 | 1001110 |
Color Harmonies of #C0D0BE
Complementary color
Monochromatic Colors of #C0D0BE
Black with #C0D0BE
Text Example
Text Example
White with #C0D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0BE; }
p { color: rgb(192,208,190); }
H1.HeaderClassName
{
color: #C0D0BE;
}
.AnyTagClassName
{
color: #C0D0BE;
}
</style>
background-color css
<style>
a { background-color: #C0D0BE; }
a { background-color: rgb(192,208,190); }
div.DivClassName
{
background-color: #C0D0BE;
}
.BgClassName
{
background-color: #C0D0BE;
}
</style>
border-color css
<style>
span { border-color: #C0D0BE; }
span { border-color: rgb(192,208,190); }
td.TdClassName
{
border-color: #C0D0BE;
}
.TagClassName
{
border-color: #C0D0BE;
}
</style>