Shades of Surf Crest #C0CABE
Tints of Surf Crest #C0CABE
RGB
CMYK
RGB Variations
Color information
#C0CABE (or 0xC0CABE) is known color: Surf Crest. HEX triplet: C0, CA and BE. RGB value is (192,202,190). Sum of RGB (Red+Green+Blue) = 192+202+190=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABE is #3F3541. Grayscale: #C5C5C5. Windows color (decimal): -4142402 or 12503744. OLE color: 12503744.
HSL color Cylindrical-coordinate representation of color #C0CABE: hue angle of 110º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CABE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 190 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.21 |
| HSL | 110º | 0.1% | 0.77% | - |
| HSV(B) | 110º | 0.06% | 0.79% | - |
| XYZ | 52.15 | 57.17 | 57 | - |
| YUV | 197.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 190 | 0.05 | 0 | 0.06 | 0.21 | 110 | 0.1 | 0.77 |
| Hex | C0 | CA | BE | 5 | 0 | 6 | 15 | 6E | A | 4D |
| Octal | 300 | 312 | 276 | 5 | 0 | 6 | 25 | 156 | 12 | 115 |
| Binary | 11000000 | 11001010 | 10111110 | 101 | 0 | 110 | 10101 | 1101110 | 1010 | 1001101 |
Color Harmonies of #C0CABE
Complementary color
Monochromatic Colors of #C0CABE
Black with #C0CABE
Text Example
Text Example
White with #C0CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CABE; }
p { color: rgb(192,202,190); }
H1.HeaderClassName
{
color: #C0CABE;
}
.AnyTagClassName
{
color: #C0CABE;
}
</style>
background-color css
<style>
a { background-color: #C0CABE; }
a { background-color: rgb(192,202,190); }
div.DivClassName
{
background-color: #C0CABE;
}
.BgClassName
{
background-color: #C0CABE;
}
</style>
border-color css
<style>
span { border-color: #C0CABE; }
span { border-color: rgb(192,202,190); }
td.TdClassName
{
border-color: #C0CABE;
}
.TagClassName
{
border-color: #C0CABE;
}
</style>