Shades of Geyser #C9CFCD
Tints of Geyser #C9CFCD
RGB
CMYK
RGB Variations
Color information
#C9CFCD (or 0xC9CFCD) is known color: Geyser. HEX triplet: C9, CF and CD. RGB value is (201,207,205). Sum of RGB (Red+Green+Blue) = 201+207+205=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFCD is #363032. Grayscale: #CCCCCC. Windows color (decimal): -3551283 or 13488073. OLE color: 13488073.
HSL color Cylindrical-coordinate representation of color #C9CFCD: hue angle of 160º 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 #C9CFCD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 207 | 205 | - |
CMYK | 0.03 | 0 | 0.01 | 0.19 |
HSL | 160º | 0.06% | 0.8% | - |
HSV(B) | 160º | 0.03% | 0.81% | - |
XYZ | 57.42 | 61.45 | 66.59 | - |
YUV | 204.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 205 | 0.03 | 0 | 0.01 | 0.19 | 160 | 0.06 | 0.8 |
Hex | C9 | CF | CD | 3 | 0 | 1 | 13 | A0 | 6 | 50 |
Octal | 311 | 317 | 315 | 3 | 0 | 1 | 23 | 240 | 6 | 120 |
Binary | 11001001 | 11001111 | 11001101 | 11 | 0 | 1 | 10011 | 10100000 | 110 | 1010000 |
Color Harmonies of #C9CFCD
Complementary color
Monochromatic Colors of #C9CFCD
Black with #C9CFCD
Text Example
Text Example
White with #C9CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFCD; }
p { color: rgb(201,207,205); }
H1.HeaderClassName
{
color: #C9CFCD;
}
.AnyTagClassName
{
color: #C9CFCD;
}
</style>
background-color css
<style>
a { background-color: #C9CFCD; }
a { background-color: rgb(201,207,205); }
div.DivClassName
{
background-color: #C9CFCD;
}
.BgClassName
{
background-color: #C9CFCD;
}
</style>
border-color css
<style>
span { border-color: #C9CFCD; }
span { border-color: rgb(201,207,205); }
td.TdClassName
{
border-color: #C9CFCD;
}
.TagClassName
{
border-color: #C9CFCD;
}
</style>