Shades of Geyser #C6CAC9
Tints of Geyser #C6CAC9
RGB
CMYK
RGB Variations
Color information
#C6CAC9 (or 0xC6CAC9) is known color: Geyser. HEX triplet: C6, CA and C9. RGB value is (198,202,201). Sum of RGB (Red+Green+Blue) = 198+202+201=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAC9 is #393536. Grayscale: #C8C8C8. Windows color (decimal): -3749175 or 13224646. OLE color: 13224646.
HSL color Cylindrical-coordinate representation of color #C6CAC9: hue angle of 165º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C6CAC9 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 201 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.21 |
| HSL | 165º | 0.04% | 0.78% | - |
| HSV(B) | 165º | 0.02% | 0.79% | - |
| XYZ | 54.95 | 58.46 | 63.65 | - |
| YUV | 200.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 201 | 0.02 | 0 | 0.00 | 0.21 | 165 | 0.04 | 0.78 |
| Hex | C6 | CA | C9 | 2 | 0 | 0 | 15 | A5 | 4 | 4E |
| Octal | 306 | 312 | 311 | 2 | 0 | 0 | 25 | 245 | 4 | 116 |
| Binary | 11000110 | 11001010 | 11001001 | 10 | 0 | 0 | 10101 | 10100101 | 100 | 1001110 |
Color Harmonies of #C6CAC9
Complementary color
Monochromatic Colors of #C6CAC9
Black with #C6CAC9
Text Example
Text Example
White with #C6CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CAC9; }
p { color: rgb(198,202,201); }
H1.HeaderClassName
{
color: #C6CAC9;
}
.AnyTagClassName
{
color: #C6CAC9;
}
</style>
background-color css
<style>
a { background-color: #C6CAC9; }
a { background-color: rgb(198,202,201); }
div.DivClassName
{
background-color: #C6CAC9;
}
.BgClassName
{
background-color: #C6CAC9;
}
</style>
border-color css
<style>
span { border-color: #C6CAC9; }
span { border-color: rgb(198,202,201); }
td.TdClassName
{
border-color: #C6CAC9;
}
.TagClassName
{
border-color: #C6CAC9;
}
</style>