Shades of Surf Crest #C0CEBD
Tints of Surf Crest #C0CEBD
RGB
CMYK
RGB Variations
Color information
#C0CEBD (or 0xC0CEBD) is known color: Surf Crest. HEX triplet: C0, CE and BD. RGB value is (192,206,189). Sum of RGB (Red+Green+Blue) = 192+206+189=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBD is #3F3142. Grayscale: #C7C7C7. Windows color (decimal): -4141379 or 12439232. OLE color: 12439232.
HSL color Cylindrical-coordinate representation of color #C0CEBD: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CEBD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 189 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 109.41º | 0.15% | 0.77% | - |
| HSV(B) | 109.41º | 0.08% | 0.81% | - |
| XYZ | 52.99 | 59.02 | 56.74 | - |
| YUV | 199.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 189 | 0.07 | 0 | 0.08 | 0.19 | 109.41 | 0.15 | 0.77 |
| Hex | C0 | CE | BD | 7 | 0 | 8 | 13 | 6D | F | 4D |
| Octal | 300 | 316 | 275 | 7 | 0 | 10 | 23 | 155 | 17 | 115 |
| Binary | 11000000 | 11001110 | 10111101 | 111 | 0 | 1000 | 10011 | 1101101 | 1111 | 1001101 |
Color Harmonies of #C0CEBD
Complementary color
Monochromatic Colors of #C0CEBD
Black with #C0CEBD
Text Example
Text Example
White with #C0CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEBD; }
p { color: rgb(192,206,189); }
H1.HeaderClassName
{
color: #C0CEBD;
}
.AnyTagClassName
{
color: #C0CEBD;
}
</style>
background-color css
<style>
a { background-color: #C0CEBD; }
a { background-color: rgb(192,206,189); }
div.DivClassName
{
background-color: #C0CEBD;
}
.BgClassName
{
background-color: #C0CEBD;
}
</style>
border-color css
<style>
span { border-color: #C0CEBD; }
span { border-color: rgb(192,206,189); }
td.TdClassName
{
border-color: #C0CEBD;
}
.TagClassName
{
border-color: #C0CEBD;
}
</style>