Html Css Color HEX #C2AAA6 Martini

📋 copy color: '#C2AAA6'

red 194 ◦ green 170 ◦ blue 166

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

Shades of Martini #C2AAA6

Tints of Martini #C2AAA6

RGB

 RED value IS 194 (76.17% from 255) = 36.6%

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 36.6%
G = 32.08%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2AAA6 (or 0xC2AAA6) is known color: Martini. HEX triplet: C2, AA and A6. RGB value is (194,170,166). Sum of RGB (Red+Green+Blue) = 194+170+166=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA6 is #3D5559. Grayscale: #B0B0B0. Windows color (decimal): -4019546 or 10922690. OLE color: 10922690.

HSL color Cylindrical-coordinate representation of color #C2AAA6: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2AAA6 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 166 -
CMYK 0 0.12 0.14 0.24
HSL 8.57º 0.19% 0.71% -
HSV(B) 8.57º 0.14% 0.76% -
XYZ 43.51 42.97 42.08 -
YUV 176.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 194 170 166 0 0.12 0.14 0.24 8.57 0.19 0.71
Hex C2 AA A6 0 C E 18 9 13 47
Octal 302 252 246 0 14 16 30 11 23 107
Binary 11000010 10101010 10100110 0 1100 1110 11000 1001 10011 1000111

Color Harmonies of #C2AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAA6

Black with #C2AAA6

Text Example


Text Example

White with #C2AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAA6; }

 p { color: rgb(194,170,166); }

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

background-color css

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

 a { background-color: rgb(194,170,166); }

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

border-color css

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

 span { border-color: rgb(194,170,166); }

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