Html Css Color HEX #C0CCD9 Link Water

📋 copy color: '#C0CCD9'

red 192 ◦ green 204 ◦ blue 217

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

Shades of Link Water #C0CCD9

Tints of Link Water #C0CCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 31.32%
G = 33.28%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0CCD9 (or 0xC0CCD9) is known color: Link Water. HEX triplet: C0, CC and D9. RGB value is (192,204,217). Sum of RGB (Red+Green+Blue) = 192+204+217=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD9 is #3F3326. Grayscale: #C9C9C9. Windows color (decimal): -4141863 or 14273728. OLE color: 14273728.

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

Color convert

RGB 192 204 217 -
CMYK 0.12 0.06 0 0.15
HSL 211.2º 0.25% 0.8% -
HSV(B) 211.2º 0.12% 0.85% -
XYZ 55.86 59.4 74.17 -
YUV 201.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 192 204 217 0.12 0.06 0 0.15 211.2 0.25 0.8
Hex C0 CC D9 C 6 0 F D3 19 50
Octal 300 314 331 14 6 0 17 323 31 120
Binary 11000000 11001100 11011001 1100 110 0 1111 11010011 11001 1010000

Color Harmonies of #C0CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCD9

Black with #C0CCD9

Text Example


Text Example

White with #C0CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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