Shades of Surf Crest #C0CEBC
Tints of Surf Crest #C0CEBC
RGB
CMYK
RGB Variations
Color information
#C0CEBC (or 0xC0CEBC) is known color: Surf Crest. HEX triplet: C0, CE and BC. RGB value is (192,206,188). Sum of RGB (Red+Green+Blue) = 192+206+188=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBC is #3F3143. Grayscale: #C7C7C7. Windows color (decimal): -4141380 or 12373696. OLE color: 12373696.
HSL color Cylindrical-coordinate representation of color #C0CEBC: hue angle of 106.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CEBC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 188 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.19 |
| HSL | 106.67º | 0.16% | 0.77% | - |
| HSV(B) | 106.67º | 0.09% | 0.81% | - |
| XYZ | 52.89 | 58.98 | 56.17 | - |
| YUV | 199.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 188 | 0.07 | 0 | 0.09 | 0.19 | 106.67 | 0.16 | 0.77 |
| Hex | C0 | CE | BC | 7 | 0 | 9 | 13 | 6B | 10 | 4D |
| Octal | 300 | 316 | 274 | 7 | 0 | 11 | 23 | 153 | 20 | 115 |
| Binary | 11000000 | 11001110 | 10111100 | 111 | 0 | 1001 | 10011 | 1101011 | 10000 | 1001101 |
Color Harmonies of #C0CEBC
Complementary color
Monochromatic Colors of #C0CEBC
Black with #C0CEBC
Text Example
Text Example
White with #C0CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEBC; }
p { color: rgb(192,206,188); }
H1.HeaderClassName
{
color: #C0CEBC;
}
.AnyTagClassName
{
color: #C0CEBC;
}
</style>
background-color css
<style>
a { background-color: #C0CEBC; }
a { background-color: rgb(192,206,188); }
div.DivClassName
{
background-color: #C0CEBC;
}
.BgClassName
{
background-color: #C0CEBC;
}
</style>
border-color css
<style>
span { border-color: #C0CEBC; }
span { border-color: rgb(192,206,188); }
td.TdClassName
{
border-color: #C0CEBC;
}
.TagClassName
{
border-color: #C0CEBC;
}
</style>