Shades of Surf Crest #C0CDB9
Tints of Surf Crest #C0CDB9
RGB
CMYK
RGB Variations
Color information
#C0CDB9 (or 0xC0CDB9) is known color: Surf Crest. HEX triplet: C0, CD and B9. RGB value is (192,205,185). Sum of RGB (Red+Green+Blue) = 192+205+185=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDB9 is #3F3246. Grayscale: #C6C6C6. Windows color (decimal): -4141639 or 12176832. OLE color: 12176832.
HSL color Cylindrical-coordinate representation of color #C0CDB9: hue angle of 99º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CDB9 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 185 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.20 |
| HSL | 99º | 0.17% | 0.76% | - |
| HSV(B) | 99º | 0.1% | 0.8% | - |
| XYZ | 52.33 | 58.37 | 54.41 | - |
| YUV | 198.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 185 | 0.06 | 0 | 0.10 | 0.20 | 99 | 0.17 | 0.76 |
| Hex | C0 | CD | B9 | 6 | 0 | A | 14 | 63 | 11 | 4C |
| Octal | 300 | 315 | 271 | 6 | 0 | 12 | 24 | 143 | 21 | 114 |
| Binary | 11000000 | 11001101 | 10111001 | 110 | 0 | 1010 | 10100 | 1100011 | 10001 | 1001100 |
Color Harmonies of #C0CDB9
Complementary color
Monochromatic Colors of #C0CDB9
Black with #C0CDB9
Text Example
Text Example
White with #C0CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDB9; }
p { color: rgb(192,205,185); }
H1.HeaderClassName
{
color: #C0CDB9;
}
.AnyTagClassName
{
color: #C0CDB9;
}
</style>
background-color css
<style>
a { background-color: #C0CDB9; }
a { background-color: rgb(192,205,185); }
div.DivClassName
{
background-color: #C0CDB9;
}
.BgClassName
{
background-color: #C0CDB9;
}
</style>
border-color css
<style>
span { border-color: #C0CDB9; }
span { border-color: rgb(192,205,185); }
td.TdClassName
{
border-color: #C0CDB9;
}
.TagClassName
{
border-color: #C0CDB9;
}
</style>