Html Css Color HEX #C0CADA Link Water

📋 copy color: '#C0CADA'

red 192 ◦ green 202 ◦ blue 218

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

Shades of Link Water #C0CADA

Tints of Link Water #C0CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.01%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 31.37%
G = 33.01%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0CADA (or 0xC0CADA) is known color: Link Water. HEX triplet: C0, CA and DA. RGB value is (192,202,218). Sum of RGB (Red+Green+Blue) = 192+202+218=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADA is #3F3525. Grayscale: #C8C8C8. Windows color (decimal): -4142374 or 14338752. OLE color: 14338752.

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

Color convert

RGB 192 202 218 -
CMYK 0.12 0.07 0 0.15
HSL 216.92º 0.26% 0.8% -
HSV(B) 216.92º 0.12% 0.85% -
XYZ 55.51 58.51 74.7 -
YUV 200.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 192 202 218 0.12 0.07 0 0.15 216.92 0.26 0.8
Hex C0 CA DA C 7 0 F D9 1A 50
Octal 300 312 332 14 7 0 17 331 32 120
Binary 11000000 11001010 11011010 1100 111 0 1111 11011001 11010 1010000

Color Harmonies of #C0CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CADA

Black with #C0CADA

Text Example


Text Example

White with #C0CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CADA; }

 p { color: rgb(192,202,218); }

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

background-color css

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

 a { background-color: rgb(192,202,218); }

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

border-color css

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

 span { border-color: rgb(192,202,218); }

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