Html Css Color HEX #C0C9DC Link Water

📋 copy color: '#C0C9DC'

red 192 ◦ green 201 ◦ blue 220

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

Shades of Link Water #C0C9DC

Tints of Link Water #C0C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.79%

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

R = 31.32%
G = 32.79%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0C9DC (or 0xC0C9DC) is known color: Link Water. HEX triplet: C0, C9 and DC. RGB value is (192,201,220). Sum of RGB (Red+Green+Blue) = 192+201+220=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9DC is #3F3623. Grayscale: #C8C8C8. Windows color (decimal): -4142628 or 14469568. OLE color: 14469568.

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

Color convert

RGB 192 201 220 -
CMYK 0.13 0.09 0 0.14
HSL 220.71º 0.29% 0.81% -
HSV(B) 220.71º 0.13% 0.86% -
XYZ 55.54 58.15 76.01 -
YUV 200.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 192 201 220 0.13 0.09 0 0.14 220.71 0.29 0.81
Hex C0 C9 DC D 9 0 E DD 1D 51
Octal 300 311 334 15 11 0 16 335 35 121
Binary 11000000 11001001 11011100 1101 1001 0 1110 11011101 11101 1010001

Color Harmonies of #C0C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C9DC

Black with #C0C9DC

Text Example


Text Example

White with #C0C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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