#C0DADA

Color #C0DADA Zumthor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zumthor #C0DADA

Tints of Zumthor #C0DADA

Color information

#C0DADA (or 0xC0DADA) is unknown color: approx 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

RGB192218218-
CMYK0.12000.15
HSL180º26%80.39%-
HSV(B)180º11.93%85.49%-
XYZ59.4666.4176.01-
YUV210.23132.39115-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=30.57%
G=34.71%
B=34.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922182180.12000.151802680.39
HexC0DADAC00Fb41a50
Octal30033233214001726432120
Binary110000001101101011011010110000111110110100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>