Html Css Color HEX #C9CACE Link Water

📋 copy color: '#C9CACE'

red 201 ◦ green 202 ◦ blue 206

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

Shades of Link Water #C9CACE

Tints of Link Water #C9CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 33%
G = 33.17%
B = 33.83%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9CACE (or 0xC9CACE) is known color: Link Water. HEX triplet: C9, CA and CE. RGB value is (201,202,206). Sum of RGB (Red+Green+Blue) = 201+202+206=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACE is #363531. Grayscale: #CACACA. Windows color (decimal): -3552562 or 13552329. OLE color: 13552329.

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

Color convert

RGB 201 202 206 -
CMYK 0.02 0.02 0 0.19
HSL 228º 0.05% 0.8% -
HSV(B) 228º 0.02% 0.81% -
XYZ 56.35 59.11 66.83 -
YUV 202.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 201 202 206 0.02 0.02 0 0.19 228 0.05 0.8
Hex C9 CA CE 2 2 0 13 E4 5 50
Octal 311 312 316 2 2 0 23 344 5 120
Binary 11001001 11001010 11001110 10 10 0 10011 11100100 101 1010000

Color Harmonies of #C9CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CACE

Black with #C9CACE

Text Example


Text Example

White with #C9CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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