Shades of Geyser #C9CFCE
Tints of Geyser #C9CFCE
RGB
CMYK
RGB Variations
Color information
#C9CFCE (or 0xC9CFCE) is known color: Geyser. HEX triplet: C9, CF and CE. RGB value is (201,207,206). Sum of RGB (Red+Green+Blue) = 201+207+206=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCE is #363031. Grayscale: #CDCDCD. Windows color (decimal): -3551282 or 13553609. OLE color: 13553609.
HSL color Cylindrical-coordinate representation of color #C9CFCE: hue angle of 170º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CFCE is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 206 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.19 |
| HSL | 170º | 0.06% | 0.8% | - |
| HSV(B) | 170º | 0.03% | 0.81% | - |
| XYZ | 57.54 | 61.5 | 67.23 | - |
| YUV | 205.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 206 | 0.03 | 0 | 0.00 | 0.19 | 170 | 0.06 | 0.8 |
| Hex | C9 | CF | CE | 3 | 0 | 0 | 13 | AA | 6 | 50 |
| Octal | 311 | 317 | 316 | 3 | 0 | 0 | 23 | 252 | 6 | 120 |
| Binary | 11001001 | 11001111 | 11001110 | 11 | 0 | 0 | 10011 | 10101010 | 110 | 1010000 |
Color Harmonies of #C9CFCE
Complementary color
Monochromatic Colors of #C9CFCE
Black with #C9CFCE
Text Example
Text Example
White with #C9CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFCE; }
p { color: rgb(201,207,206); }
H1.HeaderClassName
{
color: #C9CFCE;
}
.AnyTagClassName
{
color: #C9CFCE;
}
</style>
background-color css
<style>
a { background-color: #C9CFCE; }
a { background-color: rgb(201,207,206); }
div.DivClassName
{
background-color: #C9CFCE;
}
.BgClassName
{
background-color: #C9CFCE;
}
</style>
border-color css
<style>
span { border-color: #C9CFCE; }
span { border-color: rgb(201,207,206); }
td.TdClassName
{
border-color: #C9CFCE;
}
.TagClassName
{
border-color: #C9CFCE;
}
</style>