Shades of Surf Crest #C0D8B1
Tints of Surf Crest #C0D8B1
RGB
CMYK
RGB Variations
Color information
#C0D8B1 (or 0xC0D8B1) is known color: Surf Crest. HEX triplet: C0, D8 and B1. RGB value is (192,216,177). Sum of RGB (Red+Green+Blue) = 192+216+177=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8B1 is #3F274E. Grayscale: #CCCCCC. Windows color (decimal): -4138831 or 11655360. OLE color: 11655360.
HSL color Cylindrical-coordinate representation of color #C0D8B1: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D8B1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 177 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.15 |
| HSL | 96.92º | 0.33% | 0.77% | - |
| HSV(B) | 96.92º | 0.18% | 0.85% | - |
| XYZ | 54.23 | 63.49 | 50.99 | - |
| YUV | 204.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 177 | 0.11 | 0 | 0.18 | 0.15 | 96.92 | 0.33 | 0.77 |
| Hex | C0 | D8 | B1 | B | 0 | 12 | F | 61 | 21 | 4D |
| Octal | 300 | 330 | 261 | 13 | 0 | 22 | 17 | 141 | 41 | 115 |
| Binary | 11000000 | 11011000 | 10110001 | 1011 | 0 | 10010 | 1111 | 1100001 | 100001 | 1001101 |
Color Harmonies of #C0D8B1
Complementary color
Monochromatic Colors of #C0D8B1
Black with #C0D8B1
Text Example
Text Example
White with #C0D8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8B1; }
p { color: rgb(192,216,177); }
H1.HeaderClassName
{
color: #C0D8B1;
}
.AnyTagClassName
{
color: #C0D8B1;
}
</style>
background-color css
<style>
a { background-color: #C0D8B1; }
a { background-color: rgb(192,216,177); }
div.DivClassName
{
background-color: #C0D8B1;
}
.BgClassName
{
background-color: #C0D8B1;
}
</style>
border-color css
<style>
span { border-color: #C0D8B1; }
span { border-color: rgb(192,216,177); }
td.TdClassName
{
border-color: #C0D8B1;
}
.TagClassName
{
border-color: #C0D8B1;
}
</style>