Html Css Color HEX #C0D2D6 Zumthor

📋 copy color: '#C0D2D6'

red 192 ◦ green 210 ◦ blue 214

#C0D2D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #C0D2D6

Tints of Zumthor #C0D2D6

RGB

 RED value IS 192 (75.39% from 255) = 31.17%

 GREEN value IS 210 (82.42% from 255) = 34.09%

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 31.17%
G = 34.09%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0D2D6 (or 0xC0D2D6) is known color: Zumthor. HEX triplet: C0, D2 and D6. RGB value is (192,210,214). Sum of RGB (Red+Green+Blue) = 192+210+214=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0D2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2D6 is #3F2D29. Grayscale: #CDCDCD. Windows color (decimal): -4140330 or 14078656. OLE color: 14078656.

HSL color Cylindrical-coordinate representation of color #C0D2D6: hue angle of 190.91º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D2D6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 210 214 -
CMYK 0.10 0.02 0 0.16
HSL 190.91º 0.21% 0.8% -
HSV(B) 190.91º 0.1% 0.84% -
XYZ 56.92 62.15 72.62 -
YUV 205.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 192 210 214 0.10 0.02 0 0.16 190.91 0.21 0.8
Hex C0 D2 D6 A 2 0 10 BF 15 50
Octal 300 322 326 12 2 0 20 277 25 120
Binary 11000000 11010010 11010110 1010 10 0 10000 10111111 10101 1010000

Color Harmonies of #C0D2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2D6

Black with #C0D2D6

Text Example


Text Example

White with #C0D2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2D6; }

 p { color: rgb(192,210,214); }

 H1.HeaderClassName
 {
   color: #C0D2D6;
 }
 .AnyTagClassName
 {
   color: #C0D2D6;
 }
</style>

background-color css

<style>
 a { background-color: #C0D2D6; }

 a { background-color: rgb(192,210,214); }

 div.DivClassName
 {
   background-color: #C0D2D6;
 }
 .BgClassName
 {
   background-color: #C0D2D6;
 }
</style>

border-color css

<style>
 span { border-color: #C0D2D6; }

 span { border-color: rgb(192,210,214); }

 td.TdClassName
 {
   border-color: #C0D2D6;
 }
 .TagClassName
 {
   border-color: #C0D2D6;
 }
</style>