Html Css Color HEX #C2AAA0 Martini

📋 copy color: '#C2AAA0'

red 194 ◦ green 170 ◦ blue 160

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

Shades of Martini #C2AAA0

Tints of Martini #C2AAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 37.02%
G = 32.44%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2AAA0 (or 0xC2AAA0) is known color: Martini. HEX triplet: C2, AA and A0. RGB value is (194,170,160). Sum of RGB (Red+Green+Blue) = 194+170+160=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA0 is #3D555F. Grayscale: #B0B0B0. Windows color (decimal): -4019552 or 10529474. OLE color: 10529474.

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

Color convert

RGB 194 170 160 -
CMYK 0 0.12 0.18 0.24
HSL 17.65º 0.22% 0.69% -
HSV(B) 17.65º 0.18% 0.76% -
XYZ 42.97 42.76 39.25 -
YUV 176.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 194 170 160 0 0.12 0.18 0.24 17.65 0.22 0.69
Hex C2 AA A0 0 C 12 18 12 16 45
Octal 302 252 240 0 14 22 30 22 26 105
Binary 11000010 10101010 10100000 0 1100 10010 11000 10010 10110 1000101

Color Harmonies of #C2AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAA0

Black with #C2AAA0

Text Example


Text Example

White with #C2AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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