Html Css Color HEX #C9CACB Link Water

📋 copy color: '#C9CACB'

red 201 ◦ green 202 ◦ blue 203

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

Shades of Link Water #C9CACB

Tints of Link Water #C9CACB

RGB

 RED value IS 201 (78.91% from 255) = 33.17%

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

 BLUE value IS 203 (79.69% from 255) = 33.5%

R = 33.17%
G = 33.33%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9CACB (or 0xC9CACB) is known color: Link Water. HEX triplet: C9, CA and CB. RGB value is (201,202,203). Sum of RGB (Red+Green+Blue) = 201+202+203=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACB is #363534. Grayscale: #C9C9C9. Windows color (decimal): -3552565 or 13355721. OLE color: 13355721.

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

Color convert

RGB 201 202 203 -
CMYK 0.01 0.00 0 0.20
HSL 210º 0.02% 0.79% -
HSV(B) 210º 0.01% 0.8% -
XYZ 55.99 58.97 64.93 -
YUV 201.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 201 202 203 0.01 0.00 0 0.20 210 0.02 0.79
Hex C9 CA CB 1 0 0 14 D2 2 4F
Octal 311 312 313 1 0 0 24 322 2 117
Binary 11001001 11001010 11001011 1 0 0 10100 11010010 10 1001111

Color Harmonies of #C9CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CACB

Black with #C9CACB

Text Example


Text Example

White with #C9CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CACB; }

 p { color: rgb(201,202,203); }

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

background-color css

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

 a { background-color: rgb(201,202,203); }

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

border-color css

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

 span { border-color: rgb(201,202,203); }

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