Shades of Surf Crest #C0D9BE
Tints of Surf Crest #C0D9BE
RGB
CMYK
RGB Variations
Color information
#C0D9BE (or 0xC0D9BE) is known color: Surf Crest. HEX triplet: C0, D9 and BE. RGB value is (192,217,190). Sum of RGB (Red+Green+Blue) = 192+217+190=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9BE is #3F2641. Grayscale: #CECECE. Windows color (decimal): -4138562 or 12507584. OLE color: 12507584.
HSL color Cylindrical-coordinate representation of color #C0D9BE: hue angle of 115.56º degrees, saturation: 0.26, 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 #C0D9BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 217 | 190 | - |
CMYK | 0.12 | 0 | 0.12 | 0.15 |
HSL | 115.56º | 0.26% | 0.8% | - |
HSV(B) | 115.56º | 0.12% | 0.85% | - |
XYZ | 55.85 | 64.55 | 58.23 | - |
YUV | 206.45 | 118.72 | 117.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 217 | 190 | 0.12 | 0 | 0.12 | 0.15 | 115.56 | 0.26 | 0.8 |
Hex | C0 | D9 | BE | C | 0 | C | F | 74 | 1A | 50 |
Octal | 300 | 331 | 276 | 14 | 0 | 14 | 17 | 164 | 32 | 120 |
Binary | 11000000 | 11011001 | 10111110 | 1100 | 0 | 1100 | 1111 | 1110100 | 11010 | 1010000 |
Color Harmonies of #C0D9BE
Complementary color
Monochromatic Colors of #C0D9BE
Black with #C0D9BE
Text Example
Text Example
White with #C0D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9BE; }
p { color: rgb(192,217,190); }
H1.HeaderClassName
{
color: #C0D9BE;
}
.AnyTagClassName
{
color: #C0D9BE;
}
</style>
background-color css
<style>
a { background-color: #C0D9BE; }
a { background-color: rgb(192,217,190); }
div.DivClassName
{
background-color: #C0D9BE;
}
.BgClassName
{
background-color: #C0D9BE;
}
</style>
border-color css
<style>
span { border-color: #C0D9BE; }
span { border-color: rgb(192,217,190); }
td.TdClassName
{
border-color: #C0D9BE;
}
.TagClassName
{
border-color: #C0D9BE;
}
</style>