Html Css Color HEX #C2AAA2 Martini

📋 copy color: '#C2AAA2'

red 194 ◦ green 170 ◦ blue 162

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

Shades of Martini #C2AAA2

Tints of Martini #C2AAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 36.88%
G = 32.32%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C2AAA2 (or 0xC2AAA2) is known color: Martini. HEX triplet: C2, AA and A2. RGB value is (194,170,162). Sum of RGB (Red+Green+Blue) = 194+170+162=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA2 is #3D555D. Grayscale: #B0B0B0. Windows color (decimal): -4019550 or 10660546. OLE color: 10660546.

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

Color convert

RGB 194 170 162 -
CMYK 0 0.12 0.16 0.24
HSL 15º 0.21% 0.7% -
HSV(B) 15º 0.16% 0.76% -
XYZ 43.14 42.83 40.17 -
YUV 176.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 194 170 162 0 0.12 0.16 0.24 15 0.21 0.7
Hex C2 AA A2 0 C 10 18 F 15 46
Octal 302 252 242 0 14 20 30 17 25 106
Binary 11000010 10101010 10100010 0 1100 10000 11000 1111 10101 1000110

Color Harmonies of #C2AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAA2

Black with #C2AAA2

Text Example


Text Example

White with #C2AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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