Shades of Geyser #C5CFCE
Tints of Geyser #C5CFCE
RGB
CMYK
RGB Variations
Color information
#C5CFCE (or 0xC5CFCE) is known color: Geyser. HEX triplet: C5, CF and CE. RGB value is (197,207,206). Sum of RGB (Red+Green+Blue) = 197+207+206=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCE is #3A3031. Grayscale: #CBCBCB. Windows color (decimal): -3813426 or 13553605. OLE color: 13553605.
HSL color Cylindrical-coordinate representation of color #C5CFCE: hue angle of 174º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CFCE is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 206 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.19 |
| HSL | 174º | 0.09% | 0.79% | - |
| HSV(B) | 174º | 0.05% | 0.81% | - |
| XYZ | 56.48 | 60.95 | 67.18 | - |
| YUV | 203.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 206 | 0.05 | 0 | 0.00 | 0.19 | 174 | 0.09 | 0.79 |
| Hex | C5 | CF | CE | 5 | 0 | 0 | 13 | AE | 9 | 4F |
| Octal | 305 | 317 | 316 | 5 | 0 | 0 | 23 | 256 | 11 | 117 |
| Binary | 11000101 | 11001111 | 11001110 | 101 | 0 | 0 | 10011 | 10101110 | 1001 | 1001111 |
Color Harmonies of #C5CFCE
Complementary color
Monochromatic Colors of #C5CFCE
Black with #C5CFCE
Text Example
Text Example
White with #C5CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFCE; }
p { color: rgb(197,207,206); }
H1.HeaderClassName
{
color: #C5CFCE;
}
.AnyTagClassName
{
color: #C5CFCE;
}
</style>
background-color css
<style>
a { background-color: #C5CFCE; }
a { background-color: rgb(197,207,206); }
div.DivClassName
{
background-color: #C5CFCE;
}
.BgClassName
{
background-color: #C5CFCE;
}
</style>
border-color css
<style>
span { border-color: #C5CFCE; }
span { border-color: rgb(197,207,206); }
td.TdClassName
{
border-color: #C5CFCE;
}
.TagClassName
{
border-color: #C5CFCE;
}
</style>