Html Css Color HEX #C5CAD0 Link Water

📋 copy color: '#C5CAD0'

red 197 ◦ green 202 ◦ blue 208

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

Shades of Link Water #C5CAD0

Tints of Link Water #C5CAD0

RGB

 RED value IS 197 (77.34% from 255) = 32.45%

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

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

R = 32.45%
G = 33.28%
B = 34.27%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5CAD0 (or 0xC5CAD0) is known color: Link Water. HEX triplet: C5, CA and D0. RGB value is (197,202,208). Sum of RGB (Red+Green+Blue) = 197+202+208=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAD0 is #3A352F. Grayscale: #C9C9C9. Windows color (decimal): -3814704 or 13683397. OLE color: 13683397.

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

Color convert

RGB 197 202 208 -
CMYK 0.05 0.03 0 0.18
HSL 212.73º 0.1% 0.79% -
HSV(B) 212.73º 0.05% 0.82% -
XYZ 55.53 58.67 68.07 -
YUV 201.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 197 202 208 0.05 0.03 0 0.18 212.73 0.1 0.79
Hex C5 CA D0 5 3 0 12 D5 A 4F
Octal 305 312 320 5 3 0 22 325 12 117
Binary 11000101 11001010 11010000 101 11 0 10010 11010101 1010 1001111

Color Harmonies of #C5CAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAD0

Black with #C5CAD0

Text Example


Text Example

White with #C5CAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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