Shades of Geyser #C2CAC9
Tints of Geyser #C2CAC9
RGB
CMYK
RGB Variations
Color information
#C2CAC9 (or 0xC2CAC9) is known color: Geyser. HEX triplet: C2, CA and C9. RGB value is (194,202,201). Sum of RGB (Red+Green+Blue) = 194+202+201=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC9 is #3D3536. Grayscale: #C7C7C7. Windows color (decimal): -4011319 or 13224642. OLE color: 13224642.
HSL color Cylindrical-coordinate representation of color #C2CAC9: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC9 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 202 | 201 | - |
CMYK | 0.04 | 0 | 0.00 | 0.21 |
HSL | 172.5º | 0.07% | 0.78% | - |
HSV(B) | 172.5º | 0.04% | 0.79% | - |
XYZ | 53.91 | 57.93 | 63.6 | - |
YUV | 199.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 202 | 201 | 0.04 | 0 | 0.00 | 0.21 | 172.5 | 0.07 | 0.78 |
Hex | C2 | CA | C9 | 4 | 0 | 0 | 15 | AC | 7 | 4E |
Octal | 302 | 312 | 311 | 4 | 0 | 0 | 25 | 254 | 7 | 116 |
Binary | 11000010 | 11001010 | 11001001 | 100 | 0 | 0 | 10101 | 10101100 | 111 | 1001110 |
Color Harmonies of #C2CAC9
Complementary color
Monochromatic Colors of #C2CAC9
Black with #C2CAC9
Text Example
Text Example
White with #C2CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAC9; }
p { color: rgb(194,202,201); }
H1.HeaderClassName
{
color: #C2CAC9;
}
.AnyTagClassName
{
color: #C2CAC9;
}
</style>
background-color css
<style>
a { background-color: #C2CAC9; }
a { background-color: rgb(194,202,201); }
div.DivClassName
{
background-color: #C2CAC9;
}
.BgClassName
{
background-color: #C2CAC9;
}
</style>
border-color css
<style>
span { border-color: #C2CAC9; }
span { border-color: rgb(194,202,201); }
td.TdClassName
{
border-color: #C2CAC9;
}
.TagClassName
{
border-color: #C2CAC9;
}
</style>