Html Css Color HEX #C8CAD1 Link Water

📋 copy color: '#C8CAD1'

red 200 ◦ green 202 ◦ blue 209

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

Shades of Link Water #C8CAD1

Tints of Link Water #C8CAD1

RGB

 RED value IS 200 (78.52% from 255) = 32.73%

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

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 32.73%
G = 33.06%
B = 34.21%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C8CAD1 (or 0xC8CAD1) is known color: Link Water. HEX triplet: C8, CA and D1. RGB value is (200,202,209). Sum of RGB (Red+Green+Blue) = 200+202+209=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAD1 is #37352E. Grayscale: #CACACA. Windows color (decimal): -3618095 or 13748936. OLE color: 13748936.

HSL color Cylindrical-coordinate representation of color #C8CAD1: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8CAD1 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 202 209 -
CMYK 0.04 0.03 0 0.18
HSL 226.67º 0.09% 0.8% -
HSV(B) 226.67º 0.04% 0.82% -
XYZ 56.45 59.12 68.76 -
YUV 202.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 200 202 209 0.04 0.03 0 0.18 226.67 0.09 0.8
Hex C8 CA D1 4 3 0 12 E3 9 50
Octal 310 312 321 4 3 0 22 343 11 120
Binary 11001000 11001010 11010001 100 11 0 10010 11100011 1001 1010000

Color Harmonies of #C8CAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAD1

Black with #C8CAD1

Text Example


Text Example

White with #C8CAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAD1; }

 p { color: rgb(200,202,209); }

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

background-color css

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

 a { background-color: rgb(200,202,209); }

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

border-color css

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

 span { border-color: rgb(200,202,209); }

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