Shades of Zumthor #C0D9DC
Tints of Zumthor #C0D9DC
RGB
CMYK
RGB Variations
Color information
#C0D9DC (or 0xC0D9DC) is known color: Zumthor. HEX triplet: C0, D9 and DC. RGB value is (192,217,220). Sum of RGB (Red+Green+Blue) = 192+217+220=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9DC is #3F2623. Grayscale: #D1D1D1. Windows color (decimal): -4138532 or 14473664. OLE color: 14473664.
HSL color Cylindrical-coordinate representation of color #C0D9DC: hue angle of 186.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D9DC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 217 | 220 | - |
CMYK | 0.13 | 0.01 | 0 | 0.14 |
HSL | 186.43º | 0.29% | 0.81% | - |
HSV(B) | 186.43º | 0.13% | 0.86% | - |
XYZ | 59.47 | 66 | 77.31 | - |
YUV | 209.87 | 133.72 | 115.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 217 | 220 | 0.13 | 0.01 | 0 | 0.14 | 186.43 | 0.29 | 0.81 |
Hex | C0 | D9 | DC | D | 1 | 0 | E | BA | 1D | 51 |
Octal | 300 | 331 | 334 | 15 | 1 | 0 | 16 | 272 | 35 | 121 |
Binary | 11000000 | 11011001 | 11011100 | 1101 | 1 | 0 | 1110 | 10111010 | 11101 | 1010001 |
Color Harmonies of #C0D9DC
Complementary color
Monochromatic Colors of #C0D9DC
Black with #C0D9DC
Text Example
Text Example
White with #C0D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9DC; }
p { color: rgb(192,217,220); }
H1.HeaderClassName
{
color: #C0D9DC;
}
.AnyTagClassName
{
color: #C0D9DC;
}
</style>
background-color css
<style>
a { background-color: #C0D9DC; }
a { background-color: rgb(192,217,220); }
div.DivClassName
{
background-color: #C0D9DC;
}
.BgClassName
{
background-color: #C0D9DC;
}
</style>
border-color css
<style>
span { border-color: #C0D9DC; }
span { border-color: rgb(192,217,220); }
td.TdClassName
{
border-color: #C0D9DC;
}
.TagClassName
{
border-color: #C0D9DC;
}
</style>