Shades of Geyser #C6CFCD
Tints of Geyser #C6CFCD
RGB
CMYK
RGB Variations
Color information
#C6CFCD (or 0xC6CFCD) is known color: Geyser. HEX triplet: C6, CF and CD. RGB value is (198,207,205). Sum of RGB (Red+Green+Blue) = 198+207+205=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFCD is #393032. Grayscale: #CCCCCC. Windows color (decimal): -3747891 or 13488070. OLE color: 13488070.
HSL color Cylindrical-coordinate representation of color #C6CFCD: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CFCD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 198 | 207 | 205 | - |
CMYK | 0.04 | 0 | 0.01 | 0.19 |
HSL | 166.67º | 0.09% | 0.79% | - |
HSV(B) | 166.67º | 0.04% | 0.81% | - |
XYZ | 56.62 | 61.04 | 66.56 | - |
YUV | 204.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 207 | 205 | 0.04 | 0 | 0.01 | 0.19 | 166.67 | 0.09 | 0.79 |
Hex | C6 | CF | CD | 4 | 0 | 1 | 13 | A7 | 9 | 4F |
Octal | 306 | 317 | 315 | 4 | 0 | 1 | 23 | 247 | 11 | 117 |
Binary | 11000110 | 11001111 | 11001101 | 100 | 0 | 1 | 10011 | 10100111 | 1001 | 1001111 |
Color Harmonies of #C6CFCD
Complementary color
Monochromatic Colors of #C6CFCD
Black with #C6CFCD
Text Example
Text Example
White with #C6CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFCD; }
p { color: rgb(198,207,205); }
H1.HeaderClassName
{
color: #C6CFCD;
}
.AnyTagClassName
{
color: #C6CFCD;
}
</style>
background-color css
<style>
a { background-color: #C6CFCD; }
a { background-color: rgb(198,207,205); }
div.DivClassName
{
background-color: #C6CFCD;
}
.BgClassName
{
background-color: #C6CFCD;
}
</style>
border-color css
<style>
span { border-color: #C6CFCD; }
span { border-color: rgb(198,207,205); }
td.TdClassName
{
border-color: #C6CFCD;
}
.TagClassName
{
border-color: #C6CFCD;
}
</style>