Shades of Geyser #C2CCCA
Tints of Geyser #C2CCCA
RGB
CMYK
RGB Variations
Color information
#C2CCCA (or 0xC2CCCA) is known color: Geyser. HEX triplet: C2, CC and CA. RGB value is (194,204,202). Sum of RGB (Red+Green+Blue) = 194+204+202=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCA is #3D3335. Grayscale: #C8C8C8. Windows color (decimal): -4010806 or 13290690. OLE color: 13290690.
HSL color Cylindrical-coordinate representation of color #C2CCCA: hue angle of 168º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CCCA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 202 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.2 |
| HSL | 168º | 0.09% | 0.78% | - |
| HSV(B) | 168º | 0.05% | 0.8% | - |
| XYZ | 54.5 | 58.92 | 64.38 | - |
| YUV | 200.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 202 | 0.05 | 0 | 0.01 | 0.2 | 168 | 0.09 | 0.78 |
| Hex | C2 | CC | CA | 5 | 0 | 1 | 14 | A8 | 9 | 4E |
| Octal | 302 | 314 | 312 | 5 | 0 | 1 | 24 | 250 | 11 | 116 |
| Binary | 11000010 | 11001100 | 11001010 | 101 | 0 | 1 | 10100 | 10101000 | 1001 | 1001110 |
Color Harmonies of #C2CCCA
Complementary color
Monochromatic Colors of #C2CCCA
Black with #C2CCCA
Text Example
Text Example
White with #C2CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCCA; }
p { color: rgb(194,204,202); }
H1.HeaderClassName
{
color: #C2CCCA;
}
.AnyTagClassName
{
color: #C2CCCA;
}
</style>
background-color css
<style>
a { background-color: #C2CCCA; }
a { background-color: rgb(194,204,202); }
div.DivClassName
{
background-color: #C2CCCA;
}
.BgClassName
{
background-color: #C2CCCA;
}
</style>
border-color css
<style>
span { border-color: #C2CCCA; }
span { border-color: rgb(194,204,202); }
td.TdClassName
{
border-color: #C2CCCA;
}
.TagClassName
{
border-color: #C2CCCA;
}
</style>