Shades of Surf Crest #C9DBC0
Tints of Surf Crest #C9DBC0
RGB
CMYK
RGB Variations
Color information
#C9DBC0 (or 0xC9DBC0) is known color: Surf Crest. HEX triplet: C9, DB and C0. RGB value is (201,219,192). Sum of RGB (Red+Green+Blue) = 201+219+192=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC0 is #36243F. Grayscale: #D2D2D2. Windows color (decimal): -3548224 or 12639177. OLE color: 12639177.
HSL color Cylindrical-coordinate representation of color #C9DBC0: hue angle of 100º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 192 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.14 |
| HSL | 100º | 0.27% | 0.81% | - |
| HSV(B) | 100º | 0.12% | 0.86% | - |
| XYZ | 58.93 | 66.89 | 59.67 | - |
| YUV | 210.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 192 | 0.08 | 0 | 0.12 | 0.14 | 100 | 0.27 | 0.81 |
| Hex | C9 | DB | C0 | 8 | 0 | C | E | 64 | 1B | 51 |
| Octal | 311 | 333 | 300 | 10 | 0 | 14 | 16 | 144 | 33 | 121 |
| Binary | 11001001 | 11011011 | 11000000 | 1000 | 0 | 1100 | 1110 | 1100100 | 11011 | 1010001 |
Color Harmonies of #C9DBC0
Complementary color
Monochromatic Colors of #C9DBC0
Black with #C9DBC0
Text Example
Text Example
White with #C9DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBC0; }
p { color: rgb(201,219,192); }
H1.HeaderClassName
{
color: #C9DBC0;
}
.AnyTagClassName
{
color: #C9DBC0;
}
</style>
background-color css
<style>
a { background-color: #C9DBC0; }
a { background-color: rgb(201,219,192); }
div.DivClassName
{
background-color: #C9DBC0;
}
.BgClassName
{
background-color: #C9DBC0;
}
</style>
border-color css
<style>
span { border-color: #C9DBC0; }
span { border-color: rgb(201,219,192); }
td.TdClassName
{
border-color: #C9DBC0;
}
.TagClassName
{
border-color: #C9DBC0;
}
</style>