Shades of Geyser #C7CFCE
Tints of Geyser #C7CFCE
RGB
CMYK
RGB Variations
Color information
#C7CFCE (or 0xC7CFCE) is known color: Geyser. HEX triplet: C7, CF and CE. RGB value is (199,207,206). Sum of RGB (Red+Green+Blue) = 199+207+206=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCE is #383031. Grayscale: #CCCCCC. Windows color (decimal): -3682354 or 13553607. OLE color: 13553607.
HSL color Cylindrical-coordinate representation of color #C7CFCE: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFCE is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 206 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.19 |
| HSL | 172.5º | 0.08% | 0.8% | - |
| HSV(B) | 172.5º | 0.04% | 0.81% | - |
| XYZ | 57.01 | 61.22 | 67.21 | - |
| YUV | 204.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 206 | 0.04 | 0 | 0.00 | 0.19 | 172.5 | 0.08 | 0.8 |
| Hex | C7 | CF | CE | 4 | 0 | 0 | 13 | AC | 8 | 50 |
| Octal | 307 | 317 | 316 | 4 | 0 | 0 | 23 | 254 | 10 | 120 |
| Binary | 11000111 | 11001111 | 11001110 | 100 | 0 | 0 | 10011 | 10101100 | 1000 | 1010000 |
Color Harmonies of #C7CFCE
Complementary color
Monochromatic Colors of #C7CFCE
Black with #C7CFCE
Text Example
Text Example
White with #C7CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFCE; }
p { color: rgb(199,207,206); }
H1.HeaderClassName
{
color: #C7CFCE;
}
.AnyTagClassName
{
color: #C7CFCE;
}
</style>
background-color css
<style>
a { background-color: #C7CFCE; }
a { background-color: rgb(199,207,206); }
div.DivClassName
{
background-color: #C7CFCE;
}
.BgClassName
{
background-color: #C7CFCE;
}
</style>
border-color css
<style>
span { border-color: #C7CFCE; }
span { border-color: rgb(199,207,206); }
td.TdClassName
{
border-color: #C7CFCE;
}
.TagClassName
{
border-color: #C7CFCE;
}
</style>