Shades of Surf Crest #C2CABE
Tints of Surf Crest #C2CABE
RGB
CMYK
RGB Variations
Color information
#C2CABE (or 0xC2CABE) is known color: Surf Crest. HEX triplet: C2, CA and BE. RGB value is (194,202,190). Sum of RGB (Red+Green+Blue) = 194+202+190=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABE is #3D3541. Grayscale: #C6C6C6. Windows color (decimal): -4011330 or 12503746. OLE color: 12503746.
HSL color Cylindrical-coordinate representation of color #C2CABE: hue angle of 100º 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 #C2CABE is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 190 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.21 |
| HSL | 100º | 0.1% | 0.77% | - |
| HSV(B) | 100º | 0.06% | 0.79% | - |
| XYZ | 52.66 | 57.43 | 57.02 | - |
| YUV | 198.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 190 | 0.04 | 0 | 0.06 | 0.21 | 100 | 0.1 | 0.77 |
| Hex | C2 | CA | BE | 4 | 0 | 6 | 15 | 64 | A | 4D |
| Octal | 302 | 312 | 276 | 4 | 0 | 6 | 25 | 144 | 12 | 115 |
| Binary | 11000010 | 11001010 | 10111110 | 100 | 0 | 110 | 10101 | 1100100 | 1010 | 1001101 |
Color Harmonies of #C2CABE
Complementary color
Monochromatic Colors of #C2CABE
Black with #C2CABE
Text Example
Text Example
White with #C2CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CABE; }
p { color: rgb(194,202,190); }
H1.HeaderClassName
{
color: #C2CABE;
}
.AnyTagClassName
{
color: #C2CABE;
}
</style>
background-color css
<style>
a { background-color: #C2CABE; }
a { background-color: rgb(194,202,190); }
div.DivClassName
{
background-color: #C2CABE;
}
.BgClassName
{
background-color: #C2CABE;
}
</style>
border-color css
<style>
span { border-color: #C2CABE; }
span { border-color: rgb(194,202,190); }
td.TdClassName
{
border-color: #C2CABE;
}
.TagClassName
{
border-color: #C2CABE;
}
</style>