Shades of Geyser #C0D9D4
Tints of Geyser #C0D9D4
RGB
CMYK
RGB Variations
Color information
#C0D9D4 (or 0xC0D9D4) is known color: Geyser. HEX triplet: C0, D9 and D4. RGB value is (192,217,212). Sum of RGB (Red+Green+Blue) = 192+217+212=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9D4 is #3F262B. Grayscale: #D0D0D0. Windows color (decimal): -4138540 or 13949376. OLE color: 13949376.
HSL color Cylindrical-coordinate representation of color #C0D9D4: hue angle of 168º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D9D4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 212 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.15 |
| HSL | 168º | 0.25% | 0.8% | - |
| HSV(B) | 168º | 0.12% | 0.85% | - |
| XYZ | 58.43 | 65.59 | 71.87 | - |
| YUV | 208.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 212 | 0.12 | 0 | 0.02 | 0.15 | 168 | 0.25 | 0.8 |
| Hex | C0 | D9 | D4 | C | 0 | 2 | F | A8 | 19 | 50 |
| Octal | 300 | 331 | 324 | 14 | 0 | 2 | 17 | 250 | 31 | 120 |
| Binary | 11000000 | 11011001 | 11010100 | 1100 | 0 | 10 | 1111 | 10101000 | 11001 | 1010000 |
Color Harmonies of #C0D9D4
Complementary color
Monochromatic Colors of #C0D9D4
Black with #C0D9D4
Text Example
Text Example
White with #C0D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9D4; }
p { color: rgb(192,217,212); }
H1.HeaderClassName
{
color: #C0D9D4;
}
.AnyTagClassName
{
color: #C0D9D4;
}
</style>
background-color css
<style>
a { background-color: #C0D9D4; }
a { background-color: rgb(192,217,212); }
div.DivClassName
{
background-color: #C0D9D4;
}
.BgClassName
{
background-color: #C0D9D4;
}
</style>
border-color css
<style>
span { border-color: #C0D9D4; }
span { border-color: rgb(192,217,212); }
td.TdClassName
{
border-color: #C0D9D4;
}
.TagClassName
{
border-color: #C0D9D4;
}
</style>