Shades of Surf Crest #C0D1BD
Tints of Surf Crest #C0D1BD
RGB
CMYK
RGB Variations
Color information
#C0D1BD (or 0xC0D1BD) is known color: Surf Crest. HEX triplet: C0, D1 and BD. RGB value is (192,209,189). Sum of RGB (Red+Green+Blue) = 192+209+189=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1BD is #3F2E42. Grayscale: #C9C9C9. Windows color (decimal): -4140611 or 12440000. OLE color: 12440000.
HSL color Cylindrical-coordinate representation of color #C0D1BD: hue angle of 111º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D1BD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 189 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.18 |
| HSL | 111º | 0.18% | 0.78% | - |
| HSV(B) | 111º | 0.1% | 0.82% | - |
| XYZ | 53.72 | 60.48 | 56.99 | - |
| YUV | 201.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 189 | 0.08 | 0 | 0.10 | 0.18 | 111 | 0.18 | 0.78 |
| Hex | C0 | D1 | BD | 8 | 0 | A | 12 | 6F | 12 | 4E |
| Octal | 300 | 321 | 275 | 10 | 0 | 12 | 22 | 157 | 22 | 116 |
| Binary | 11000000 | 11010001 | 10111101 | 1000 | 0 | 1010 | 10010 | 1101111 | 10010 | 1001110 |
Color Harmonies of #C0D1BD
Complementary color
Monochromatic Colors of #C0D1BD
Black with #C0D1BD
Text Example
Text Example
White with #C0D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1BD; }
p { color: rgb(192,209,189); }
H1.HeaderClassName
{
color: #C0D1BD;
}
.AnyTagClassName
{
color: #C0D1BD;
}
</style>
background-color css
<style>
a { background-color: #C0D1BD; }
a { background-color: rgb(192,209,189); }
div.DivClassName
{
background-color: #C0D1BD;
}
.BgClassName
{
background-color: #C0D1BD;
}
</style>
border-color css
<style>
span { border-color: #C0D1BD; }
span { border-color: rgb(192,209,189); }
td.TdClassName
{
border-color: #C0D1BD;
}
.TagClassName
{
border-color: #C0D1BD;
}
</style>