Shades of Surf Crest #C0CEBA
Tints of Surf Crest #C0CEBA
RGB
CMYK
RGB Variations
Color information
#C0CEBA (or 0xC0CEBA) is known color: Surf Crest. HEX triplet: C0, CE and BA. RGB value is (192,206,186). Sum of RGB (Red+Green+Blue) = 192+206+186=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEBA is #3F3145. Grayscale: #C7C7C7. Windows color (decimal): -4141382 or 12242624. OLE color: 12242624.
HSL color Cylindrical-coordinate representation of color #C0CEBA: hue angle of 102º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CEBA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 186 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.19 |
| HSL | 102º | 0.17% | 0.77% | - |
| HSV(B) | 102º | 0.1% | 0.81% | - |
| XYZ | 52.67 | 58.89 | 55.05 | - |
| YUV | 199.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 186 | 0.07 | 0 | 0.10 | 0.19 | 102 | 0.17 | 0.77 |
| Hex | C0 | CE | BA | 7 | 0 | A | 13 | 66 | 11 | 4D |
| Octal | 300 | 316 | 272 | 7 | 0 | 12 | 23 | 146 | 21 | 115 |
| Binary | 11000000 | 11001110 | 10111010 | 111 | 0 | 1010 | 10011 | 1100110 | 10001 | 1001101 |
Color Harmonies of #C0CEBA
Complementary color
Monochromatic Colors of #C0CEBA
Black with #C0CEBA
Text Example
Text Example
White with #C0CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEBA; }
p { color: rgb(192,206,186); }
H1.HeaderClassName
{
color: #C0CEBA;
}
.AnyTagClassName
{
color: #C0CEBA;
}
</style>
background-color css
<style>
a { background-color: #C0CEBA; }
a { background-color: rgb(192,206,186); }
div.DivClassName
{
background-color: #C0CEBA;
}
.BgClassName
{
background-color: #C0CEBA;
}
</style>
border-color css
<style>
span { border-color: #C0CEBA; }
span { border-color: rgb(192,206,186); }
td.TdClassName
{
border-color: #C0CEBA;
}
.TagClassName
{
border-color: #C0CEBA;
}
</style>