Html Css Color HEX #C8CAD0 Link Water

📋 copy color: '#C8CAD0'

red 200 ◦ green 202 ◦ blue 208

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

Shades of Link Water #C8CAD0

Tints of Link Water #C8CAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 32.79%
G = 33.11%
B = 34.1%

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

#C8CAD0 (or 0xC8CAD0) is known color: Link Water. HEX triplet: C8, CA and D0. RGB value is (200,202,208). Sum of RGB (Red+Green+Blue) = 200+202+208=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAD0 is #37352F. Grayscale: #CACACA. Windows color (decimal): -3618096 or 13683400. OLE color: 13683400.

HSL color Cylindrical-coordinate representation of color #C8CAD0: hue angle of 225º degrees, saturation: 0.08, 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 #C8CAD0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 202 208 -
CMYK 0.04 0.03 0 0.18
HSL 225º 0.08% 0.8% -
HSV(B) 225º 0.04% 0.82% -
XYZ 56.33 59.07 68.11 -
YUV 202.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 200 202 208 0.04 0.03 0 0.18 225 0.08 0.8
Hex C8 CA D0 4 3 0 12 E1 8 50
Octal 310 312 320 4 3 0 22 341 10 120
Binary 11001000 11001010 11010000 100 11 0 10010 11100001 1000 1010000

Color Harmonies of #C8CAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAD0

Black with #C8CAD0

Text Example


Text Example

White with #C8CAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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