Html Css Color HEX #C0CCDC Link Water

📋 copy color: '#C0CCDC'

red 192 ◦ green 204 ◦ blue 220

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

Shades of Link Water #C0CCDC

Tints of Link Water #C0CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.12%

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

R = 31.17%
G = 33.12%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0CCDC (or 0xC0CCDC) is known color: Link Water. HEX triplet: C0, CC and DC. RGB value is (192,204,220). Sum of RGB (Red+Green+Blue) = 192+204+220=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDC is #3F3323. Grayscale: #CACACA. Windows color (decimal): -4141860 or 14470336. OLE color: 14470336.

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

Color convert

RGB 192 204 220 -
CMYK 0.13 0.07 0 0.14
HSL 214.29º 0.29% 0.81% -
HSV(B) 214.29º 0.13% 0.86% -
XYZ 56.25 59.56 76.24 -
YUV 202.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 192 204 220 0.13 0.07 0 0.14 214.29 0.29 0.81
Hex C0 CC DC D 7 0 E D6 1D 51
Octal 300 314 334 15 7 0 16 326 35 121
Binary 11000000 11001100 11011100 1101 111 0 1110 11010110 11101 1010001

Color Harmonies of #C0CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCDC

Black with #C0CCDC

Text Example


Text Example

White with #C0CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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