Html Css Color HEX #C9CACF Link Water

📋 copy color: '#C9CACF'

red 201 ◦ green 202 ◦ blue 207

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

Shades of Link Water #C9CACF

Tints of Link Water #C9CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 32.95%
G = 33.11%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9CACF (or 0xC9CACF) is known color: Link Water. HEX triplet: C9, CA and CF. RGB value is (201,202,207). Sum of RGB (Red+Green+Blue) = 201+202+207=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACF is #363530. Grayscale: #CACACA. Windows color (decimal): -3552561 or 13617865. OLE color: 13617865.

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

Color convert

RGB 201 202 207 -
CMYK 0.03 0.02 0 0.19
HSL 230º 0.06% 0.8% -
HSV(B) 230º 0.03% 0.81% -
XYZ 56.47 59.16 67.47 -
YUV 202.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 201 202 207 0.03 0.02 0 0.19 230 0.06 0.8
Hex C9 CA CF 3 2 0 13 E6 6 50
Octal 311 312 317 3 2 0 23 346 6 120
Binary 11001001 11001010 11001111 11 10 0 10011 11100110 110 1010000

Color Harmonies of #C9CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CACF

Black with #C9CACF

Text Example


Text Example

White with #C9CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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