Shades of Surf Crest #C0D1BE
Tints of Surf Crest #C0D1BE
RGB
CMYK
RGB Variations
Color information
#C0D1BE (or 0xC0D1BE) is known color: Surf Crest. HEX triplet: C0, D1 and BE. RGB value is (192,209,190). Sum of RGB (Red+Green+Blue) = 192+209+190=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1BE is #3F2E41. Grayscale: #C9C9C9. Windows color (decimal): -4140610 or 12505536. OLE color: 12505536.
HSL color Cylindrical-coordinate representation of color #C0D1BE: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D1BE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 190 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.18 |
| HSL | 113.68º | 0.17% | 0.78% | - |
| HSV(B) | 113.68º | 0.09% | 0.82% | - |
| XYZ | 53.83 | 60.53 | 57.56 | - |
| YUV | 201.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 190 | 0.08 | 0 | 0.09 | 0.18 | 113.68 | 0.17 | 0.78 |
| Hex | C0 | D1 | BE | 8 | 0 | 9 | 12 | 72 | 11 | 4E |
| Octal | 300 | 321 | 276 | 10 | 0 | 11 | 22 | 162 | 21 | 116 |
| Binary | 11000000 | 11010001 | 10111110 | 1000 | 0 | 1001 | 10010 | 1110010 | 10001 | 1001110 |
Color Harmonies of #C0D1BE
Complementary color
Monochromatic Colors of #C0D1BE
Black with #C0D1BE
Text Example
Text Example
White with #C0D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1BE; }
p { color: rgb(192,209,190); }
H1.HeaderClassName
{
color: #C0D1BE;
}
.AnyTagClassName
{
color: #C0D1BE;
}
</style>
background-color css
<style>
a { background-color: #C0D1BE; }
a { background-color: rgb(192,209,190); }
div.DivClassName
{
background-color: #C0D1BE;
}
.BgClassName
{
background-color: #C0D1BE;
}
</style>
border-color css
<style>
span { border-color: #C0D1BE; }
span { border-color: rgb(192,209,190); }
td.TdClassName
{
border-color: #C0D1BE;
}
.TagClassName
{
border-color: #C0D1BE;
}
</style>