Shades of Geyser #C2CECC
Tints of Geyser #C2CECC
RGB
CMYK
RGB Variations
Color information
#C2CECC (or 0xC2CECC) is known color: Geyser. HEX triplet: C2, CE and CC. RGB value is (194,206,204). Sum of RGB (Red+Green+Blue) = 194+206+204=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECC is #3D3133. Grayscale: #CACACA. Windows color (decimal): -4010292 or 13422274. OLE color: 13422274.
HSL color Cylindrical-coordinate representation of color #C2CECC: hue angle of 170º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CECC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 204 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.19 |
| HSL | 170º | 0.11% | 0.78% | - |
| HSV(B) | 170º | 0.06% | 0.81% | - |
| XYZ | 55.22 | 59.97 | 65.79 | - |
| YUV | 202.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 204 | 0.06 | 0 | 0.01 | 0.19 | 170 | 0.11 | 0.78 |
| Hex | C2 | CE | CC | 6 | 0 | 1 | 13 | AA | B | 4E |
| Octal | 302 | 316 | 314 | 6 | 0 | 1 | 23 | 252 | 13 | 116 |
| Binary | 11000010 | 11001110 | 11001100 | 110 | 0 | 1 | 10011 | 10101010 | 1011 | 1001110 |
Color Harmonies of #C2CECC
Complementary color
Monochromatic Colors of #C2CECC
Black with #C2CECC
Text Example
Text Example
White with #C2CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CECC; }
p { color: rgb(194,206,204); }
H1.HeaderClassName
{
color: #C2CECC;
}
.AnyTagClassName
{
color: #C2CECC;
}
</style>
background-color css
<style>
a { background-color: #C2CECC; }
a { background-color: rgb(194,206,204); }
div.DivClassName
{
background-color: #C2CECC;
}
.BgClassName
{
background-color: #C2CECC;
}
</style>
border-color css
<style>
span { border-color: #C2CECC; }
span { border-color: rgb(194,206,204); }
td.TdClassName
{
border-color: #C2CECC;
}
.TagClassName
{
border-color: #C2CECC;
}
</style>