Shades of Geyser #C5CFCC
Tints of Geyser #C5CFCC
RGB
CMYK
RGB Variations
Color information
#C5CFCC (or 0xC5CFCC) is known color: Geyser. HEX triplet: C5, CF and CC. RGB value is (197,207,204). Sum of RGB (Red+Green+Blue) = 197+207+204=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCC is #3A3033. Grayscale: #CBCBCB. Windows color (decimal): -3813428 or 13422533. OLE color: 13422533.
HSL color Cylindrical-coordinate representation of color #C5CFCC: hue angle of 162º 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 #C5CFCC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 204 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.19 |
| HSL | 162º | 0.09% | 0.79% | - |
| HSV(B) | 162º | 0.05% | 0.81% | - |
| XYZ | 56.24 | 60.86 | 65.91 | - |
| YUV | 203.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 204 | 0.05 | 0 | 0.01 | 0.19 | 162 | 0.09 | 0.79 |
| Hex | C5 | CF | CC | 5 | 0 | 1 | 13 | A2 | 9 | 4F |
| Octal | 305 | 317 | 314 | 5 | 0 | 1 | 23 | 242 | 11 | 117 |
| Binary | 11000101 | 11001111 | 11001100 | 101 | 0 | 1 | 10011 | 10100010 | 1001 | 1001111 |
Color Harmonies of #C5CFCC
Complementary color
Monochromatic Colors of #C5CFCC
Black with #C5CFCC
Text Example
Text Example
White with #C5CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFCC; }
p { color: rgb(197,207,204); }
H1.HeaderClassName
{
color: #C5CFCC;
}
.AnyTagClassName
{
color: #C5CFCC;
}
</style>
background-color css
<style>
a { background-color: #C5CFCC; }
a { background-color: rgb(197,207,204); }
div.DivClassName
{
background-color: #C5CFCC;
}
.BgClassName
{
background-color: #C5CFCC;
}
</style>
border-color css
<style>
span { border-color: #C5CFCC; }
span { border-color: rgb(197,207,204); }
td.TdClassName
{
border-color: #C5CFCC;
}
.TagClassName
{
border-color: #C5CFCC;
}
</style>