Html Css Color HEX #C5C8CD Link Water

📋 copy color: '#C5C8CD'

red 197 ◦ green 200 ◦ blue 205

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

Shades of Link Water #C5C8CD

Tints of Link Water #C5C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.22%

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 32.72%
G = 33.22%
B = 34.05%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5C8CD (or 0xC5C8CD) is known color: Link Water. HEX triplet: C5, C8 and CD. RGB value is (197,200,205). Sum of RGB (Red+Green+Blue) = 197+200+205=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8CD is #3A3732. Grayscale: #C7C7C7. Windows color (decimal): -3815219 or 13486277. OLE color: 13486277.

HSL color Cylindrical-coordinate representation of color #C5C8CD: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C8CD is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 200 205 -
CMYK 0.04 0.02 0 0.20
HSL 217.5º 0.07% 0.79% -
HSV(B) 217.5º 0.04% 0.8% -
XYZ 54.7 57.59 65.99 -
YUV 199.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 197 200 205 0.04 0.02 0 0.20 217.5 0.07 0.79
Hex C5 C8 CD 4 2 0 14 DA 7 4F
Octal 305 310 315 4 2 0 24 332 7 117
Binary 11000101 11001000 11001101 100 10 0 10100 11011010 111 1001111

Color Harmonies of #C5C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8CD

Black with #C5C8CD

Text Example


Text Example

White with #C5C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8CD; }

 p { color: rgb(197,200,205); }

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

background-color css

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

 a { background-color: rgb(197,200,205); }

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

border-color css

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

 span { border-color: rgb(197,200,205); }

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