Html Css Color HEX #C0D0DC Link Water

📋 copy color: '#C0D0DC'

red 192 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C0D0DC

Tints of Link Water #C0D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.55%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 30.97%
G = 33.55%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0D0DC (or 0xC0D0DC) is known color: Link Water. HEX triplet: C0, D0 and DC. RGB value is (192,208,220). Sum of RGB (Red+Green+Blue) = 192+208+220=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0DC is #3F2F23. Grayscale: #CCCCCC. Windows color (decimal): -4140836 or 14471360. OLE color: 14471360.

HSL color Cylindrical-coordinate representation of color #C0D0DC: hue angle of 205.71º 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 #C0D0DC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 208 220 -
CMYK 0.13 0.05 0 0.14
HSL 205.71º 0.29% 0.81% -
HSV(B) 205.71º 0.13% 0.86% -
XYZ 57.21 61.49 76.56 -
YUV 204.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 192 208 220 0.13 0.05 0 0.14 205.71 0.29 0.81
Hex C0 D0 DC D 5 0 E CE 1D 51
Octal 300 320 334 15 5 0 16 316 35 121
Binary 11000000 11010000 11011100 1101 101 0 1110 11001110 11101 1010001

Color Harmonies of #C0D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D0DC

Black with #C0D0DC

Text Example


Text Example

White with #C0D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D0DC; }

 p { color: rgb(192,208,220); }

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

background-color css

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

 a { background-color: rgb(192,208,220); }

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

border-color css

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

 span { border-color: rgb(192,208,220); }

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