Html Css Color HEX #C5C9CC Link Water

📋 copy color: '#C5C9CC'

red 197 ◦ green 201 ◦ blue 204

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

Shades of Link Water #C5C9CC

Tints of Link Water #C5C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.39%

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 32.72%
G = 33.39%
B = 33.89%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5C9CC (or 0xC5C9CC) is known color: Link Water. HEX triplet: C5, C9 and CC. RGB value is (197,201,204). Sum of RGB (Red+Green+Blue) = 197+201+204=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9CC is #3A3633. Grayscale: #C8C8C8. Windows color (decimal): -3814964 or 13420997. OLE color: 13420997.

HSL color Cylindrical-coordinate representation of color #C5C9CC: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C9CC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 201 204 -
CMYK 0.03 0.01 0 0.2
HSL 205.71º 0.06% 0.79% -
HSV(B) 205.71º 0.03% 0.8% -
XYZ 54.81 58 65.43 -
YUV 200.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 197 201 204 0.03 0.01 0 0.2 205.71 0.06 0.79
Hex C5 C9 CC 3 1 0 14 CE 6 4F
Octal 305 311 314 3 1 0 24 316 6 117
Binary 11000101 11001001 11001100 11 1 0 10100 11001110 110 1001111

Color Harmonies of #C5C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C9CC

Black with #C5C9CC

Text Example


Text Example

White with #C5C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C9CC; }

 p { color: rgb(197,201,204); }

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

background-color css

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

 a { background-color: rgb(197,201,204); }

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

border-color css

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

 span { border-color: rgb(197,201,204); }

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