Shades of Geyser #C7CFCD
Tints of Geyser #C7CFCD
RGB
CMYK
RGB Variations
Color information
#C7CFCD (or 0xC7CFCD) is known color: Geyser. HEX triplet: C7, CF and CD. RGB value is (199,207,205). Sum of RGB (Red+Green+Blue) = 199+207+205=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCD is #383032. Grayscale: #CCCCCC. Windows color (decimal): -3682355 or 13488071. OLE color: 13488071.
HSL color Cylindrical-coordinate representation of color #C7CFCD: hue angle of 165º 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 #C7CFCD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 207 | 205 | - |
CMYK | 0.04 | 0 | 0.01 | 0.19 |
HSL | 165º | 0.08% | 0.8% | - |
HSV(B) | 165º | 0.04% | 0.81% | - |
XYZ | 56.89 | 61.18 | 66.57 | - |
YUV | 204.38 | 128.35 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 207 | 205 | 0.04 | 0 | 0.01 | 0.19 | 165 | 0.08 | 0.8 |
Hex | C7 | CF | CD | 4 | 0 | 1 | 13 | A5 | 8 | 50 |
Octal | 307 | 317 | 315 | 4 | 0 | 1 | 23 | 245 | 10 | 120 |
Binary | 11000111 | 11001111 | 11001101 | 100 | 0 | 1 | 10011 | 10100101 | 1000 | 1010000 |
Color Harmonies of #C7CFCD
Complementary color
Monochromatic Colors of #C7CFCD
Black with #C7CFCD
Text Example
Text Example
White with #C7CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFCD; }
p { color: rgb(199,207,205); }
H1.HeaderClassName
{
color: #C7CFCD;
}
.AnyTagClassName
{
color: #C7CFCD;
}
</style>
background-color css
<style>
a { background-color: #C7CFCD; }
a { background-color: rgb(199,207,205); }
div.DivClassName
{
background-color: #C7CFCD;
}
.BgClassName
{
background-color: #C7CFCD;
}
</style>
border-color css
<style>
span { border-color: #C7CFCD; }
span { border-color: rgb(199,207,205); }
td.TdClassName
{
border-color: #C7CFCD;
}
.TagClassName
{
border-color: #C7CFCD;
}
</style>