Shades of Geyser #C4CFCC
Tints of Geyser #C4CFCC
RGB
CMYK
RGB Variations
Color information
#C4CFCC (or 0xC4CFCC) is known color: Geyser. HEX triplet: C4, CF and CC. RGB value is (196,207,204). Sum of RGB (Red+Green+Blue) = 196+207+204=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFCC is #3B3033. Grayscale: #CBCBCB. Windows color (decimal): -3878964 or 13422532. OLE color: 13422532.
HSL color Cylindrical-coordinate representation of color #C4CFCC: hue angle of 163.64º degrees, saturation: 0.1, 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 #C4CFCC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 204 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.19 |
| HSL | 163.64º | 0.1% | 0.79% | - |
| HSV(B) | 163.64º | 0.05% | 0.81% | - |
| XYZ | 55.98 | 60.72 | 65.9 | - |
| YUV | 203.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 204 | 0.05 | 0 | 0.01 | 0.19 | 163.64 | 0.1 | 0.79 |
| Hex | C4 | CF | CC | 5 | 0 | 1 | 13 | A4 | A | 4F |
| Octal | 304 | 317 | 314 | 5 | 0 | 1 | 23 | 244 | 12 | 117 |
| Binary | 11000100 | 11001111 | 11001100 | 101 | 0 | 1 | 10011 | 10100100 | 1010 | 1001111 |
Color Harmonies of #C4CFCC
Complementary color
Monochromatic Colors of #C4CFCC
Black with #C4CFCC
Text Example
Text Example
White with #C4CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFCC; }
p { color: rgb(196,207,204); }
H1.HeaderClassName
{
color: #C4CFCC;
}
.AnyTagClassName
{
color: #C4CFCC;
}
</style>
background-color css
<style>
a { background-color: #C4CFCC; }
a { background-color: rgb(196,207,204); }
div.DivClassName
{
background-color: #C4CFCC;
}
.BgClassName
{
background-color: #C4CFCC;
}
</style>
border-color css
<style>
span { border-color: #C4CFCC; }
span { border-color: rgb(196,207,204); }
td.TdClassName
{
border-color: #C4CFCC;
}
.TagClassName
{
border-color: #C4CFCC;
}
</style>