Shades of Zumthor #C0DADA
Tints of Zumthor #C0DADA
RGB
CMYK
RGB Variations
Color information
#C0DADA (or 0xC0DADA) is known color: Zumthor. HEX triplet: C0, DA and DA. RGB value is (192,218,218). Sum of RGB (Red+Green+Blue) = 192+218+218=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C0DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DADA is #3F2525. Grayscale: #D2D2D2. Windows color (decimal): -4138278 or 14342848. OLE color: 14342848.
HSL color Cylindrical-coordinate representation of color #C0DADA: hue angle of 180º degrees, saturation: 0.26, 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 #C0DADA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 218 | - |
| CMYK | 0.12 | 0 | 0 | 0.15 |
| HSL | 180º | 0.26% | 0.8% | - |
| HSV(B) | 180º | 0.12% | 0.85% | - |
| XYZ | 59.46 | 66.41 | 76.01 | - |
| YUV | 210.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 218 | 0.12 | 0 | 0 | 0.15 | 180 | 0.26 | 0.8 |
| Hex | C0 | DA | DA | C | 0 | 0 | F | B4 | 1A | 50 |
| Octal | 300 | 332 | 332 | 14 | 0 | 0 | 17 | 264 | 32 | 120 |
| Binary | 11000000 | 11011010 | 11011010 | 1100 | 0 | 0 | 1111 | 10110100 | 11010 | 1010000 |
Color Harmonies of #C0DADA
Complementary color
Monochromatic Colors of #C0DADA
Black with #C0DADA
Text Example
Text Example
White with #C0DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DADA; }
p { color: rgb(192,218,218); }
H1.HeaderClassName
{
color: #C0DADA;
}
.AnyTagClassName
{
color: #C0DADA;
}
</style>
background-color css
<style>
a { background-color: #C0DADA; }
a { background-color: rgb(192,218,218); }
div.DivClassName
{
background-color: #C0DADA;
}
.BgClassName
{
background-color: #C0DADA;
}
</style>
border-color css
<style>
span { border-color: #C0DADA; }
span { border-color: rgb(192,218,218); }
td.TdClassName
{
border-color: #C0DADA;
}
.TagClassName
{
border-color: #C0DADA;
}
</style>