Shades of Surf Crest #C0DBB1
Tints of Surf Crest #C0DBB1
RGB
CMYK
RGB Variations
Color information
#C0DBB1 (or 0xC0DBB1) is known color: Surf Crest. HEX triplet: C0, DB and B1. RGB value is (192,219,177). Sum of RGB (Red+Green+Blue) = 192+219+177=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBB1 is #3F244E. Grayscale: #CECECE. Windows color (decimal): -4138063 or 11656128. OLE color: 11656128.
HSL color Cylindrical-coordinate representation of color #C0DBB1: hue angle of 98.57º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DBB1 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 177 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.14 |
| HSL | 98.57º | 0.37% | 0.78% | - |
| HSV(B) | 98.57º | 0.19% | 0.86% | - |
| XYZ | 55.01 | 65.04 | 51.25 | - |
| YUV | 206.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 177 | 0.12 | 0 | 0.19 | 0.14 | 98.57 | 0.37 | 0.78 |
| Hex | C0 | DB | B1 | C | 0 | 13 | E | 63 | 25 | 4E |
| Octal | 300 | 333 | 261 | 14 | 0 | 23 | 16 | 143 | 45 | 116 |
| Binary | 11000000 | 11011011 | 10110001 | 1100 | 0 | 10011 | 1110 | 1100011 | 100101 | 1001110 |
Color Harmonies of #C0DBB1
Complementary color
Monochromatic Colors of #C0DBB1
Black with #C0DBB1
Text Example
Text Example
White with #C0DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBB1; }
p { color: rgb(192,219,177); }
H1.HeaderClassName
{
color: #C0DBB1;
}
.AnyTagClassName
{
color: #C0DBB1;
}
</style>
background-color css
<style>
a { background-color: #C0DBB1; }
a { background-color: rgb(192,219,177); }
div.DivClassName
{
background-color: #C0DBB1;
}
.BgClassName
{
background-color: #C0DBB1;
}
</style>
border-color css
<style>
span { border-color: #C0DBB1; }
span { border-color: rgb(192,219,177); }
td.TdClassName
{
border-color: #C0DBB1;
}
.TagClassName
{
border-color: #C0DBB1;
}
</style>