Shades of Geyser #C5CFCD
Tints of Geyser #C5CFCD
RGB
CMYK
RGB Variations
Color information
#C5CFCD (or 0xC5CFCD) is known color: Geyser. HEX triplet: C5, CF and CD. RGB value is (197,207,205). Sum of RGB (Red+Green+Blue) = 197+207+205=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCD is #3A3032. Grayscale: #CBCBCB. Windows color (decimal): -3813427 or 13488069. OLE color: 13488069.
HSL color Cylindrical-coordinate representation of color #C5CFCD: hue angle of 168º 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 #C5CFCD is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 207 | 205 | - |
CMYK | 0.05 | 0 | 0.01 | 0.19 |
HSL | 168º | 0.09% | 0.79% | - |
HSV(B) | 168º | 0.05% | 0.81% | - |
XYZ | 56.36 | 60.9 | 66.54 | - |
YUV | 203.78 | 128.69 | 123.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 207 | 205 | 0.05 | 0 | 0.01 | 0.19 | 168 | 0.09 | 0.79 |
Hex | C5 | CF | CD | 5 | 0 | 1 | 13 | A8 | 9 | 4F |
Octal | 305 | 317 | 315 | 5 | 0 | 1 | 23 | 250 | 11 | 117 |
Binary | 11000101 | 11001111 | 11001101 | 101 | 0 | 1 | 10011 | 10101000 | 1001 | 1001111 |
Color Harmonies of #C5CFCD
Complementary color
Monochromatic Colors of #C5CFCD
Black with #C5CFCD
Text Example
Text Example
White with #C5CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFCD; }
p { color: rgb(197,207,205); }
H1.HeaderClassName
{
color: #C5CFCD;
}
.AnyTagClassName
{
color: #C5CFCD;
}
</style>
background-color css
<style>
a { background-color: #C5CFCD; }
a { background-color: rgb(197,207,205); }
div.DivClassName
{
background-color: #C5CFCD;
}
.BgClassName
{
background-color: #C5CFCD;
}
</style>
border-color css
<style>
span { border-color: #C5CFCD; }
span { border-color: rgb(197,207,205); }
td.TdClassName
{
border-color: #C5CFCD;
}
.TagClassName
{
border-color: #C5CFCD;
}
</style>