Shades of Geyser #C0D2CE
Tints of Geyser #C0D2CE
RGB
CMYK
RGB Variations
Color information
#C0D2CE (or 0xC0D2CE) is known color: Geyser. HEX triplet: C0, D2 and CE. RGB value is (192,210,206). Sum of RGB (Red+Green+Blue) = 192+210+206=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2CE is #3F2D31. Grayscale: #CCCCCC. Windows color (decimal): -4140338 or 13554368. OLE color: 13554368.
HSL color Cylindrical-coordinate representation of color #C0D2CE: hue angle of 166.67º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D2CE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 206 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.18 |
| HSL | 166.67º | 0.17% | 0.79% | - |
| HSV(B) | 166.67º | 0.09% | 0.82% | - |
| XYZ | 55.93 | 61.76 | 67.37 | - |
| YUV | 204.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 206 | 0.09 | 0 | 0.02 | 0.18 | 166.67 | 0.17 | 0.79 |
| Hex | C0 | D2 | CE | 9 | 0 | 2 | 12 | A7 | 11 | 4F |
| Octal | 300 | 322 | 316 | 11 | 0 | 2 | 22 | 247 | 21 | 117 |
| Binary | 11000000 | 11010010 | 11001110 | 1001 | 0 | 10 | 10010 | 10100111 | 10001 | 1001111 |
Color Harmonies of #C0D2CE
Complementary color
Monochromatic Colors of #C0D2CE
Black with #C0D2CE
Text Example
Text Example
White with #C0D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2CE; }
p { color: rgb(192,210,206); }
H1.HeaderClassName
{
color: #C0D2CE;
}
.AnyTagClassName
{
color: #C0D2CE;
}
</style>
background-color css
<style>
a { background-color: #C0D2CE; }
a { background-color: rgb(192,210,206); }
div.DivClassName
{
background-color: #C0D2CE;
}
.BgClassName
{
background-color: #C0D2CE;
}
</style>
border-color css
<style>
span { border-color: #C0D2CE; }
span { border-color: rgb(192,210,206); }
td.TdClassName
{
border-color: #C0D2CE;
}
.TagClassName
{
border-color: #C0D2CE;
}
</style>