Shades of Zumthor #C0DCDC
Tints of Zumthor #C0DCDC
RGB
CMYK
RGB Variations
Color information
#C0DCDC (or 0xC0DCDC) is known color: Zumthor. HEX triplet: C0, DC and DC. RGB value is (192,220,220). Sum of RGB (Red+Green+Blue) = 192+220+220=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C0DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCDC is #3F2323. Grayscale: #D3D3D3. Windows color (decimal): -4137764 or 14474432. OLE color: 14474432.
HSL color Cylindrical-coordinate representation of color #C0DCDC: hue angle of 180º 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 #C0DCDC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 220 | - |
| CMYK | 0.13 | 0 | 0 | 0.14 |
| HSL | 180º | 0.29% | 0.81% | - |
| HSV(B) | 180º | 0.13% | 0.86% | - |
| XYZ | 60.25 | 67.56 | 77.58 | - |
| YUV | 211.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 220 | 0.13 | 0 | 0 | 0.14 | 180 | 0.29 | 0.81 |
| Hex | C0 | DC | DC | D | 0 | 0 | E | B4 | 1D | 51 |
| Octal | 300 | 334 | 334 | 15 | 0 | 0 | 16 | 264 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11011100 | 1101 | 0 | 0 | 1110 | 10110100 | 11101 | 1010001 |
Color Harmonies of #C0DCDC
Complementary color
Monochromatic Colors of #C0DCDC
Black with #C0DCDC
Text Example
Text Example
White with #C0DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCDC; }
p { color: rgb(192,220,220); }
H1.HeaderClassName
{
color: #C0DCDC;
}
.AnyTagClassName
{
color: #C0DCDC;
}
</style>
background-color css
<style>
a { background-color: #C0DCDC; }
a { background-color: rgb(192,220,220); }
div.DivClassName
{
background-color: #C0DCDC;
}
.BgClassName
{
background-color: #C0DCDC;
}
</style>
border-color css
<style>
span { border-color: #C0DCDC; }
span { border-color: rgb(192,220,220); }
td.TdClassName
{
border-color: #C0DCDC;
}
.TagClassName
{
border-color: #C0DCDC;
}
</style>