Html Css Color HEX #C2AAA3 Martini

📋 copy color: '#C2AAA3'

red 194 ◦ green 170 ◦ blue 163

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

Shades of Martini #C2AAA3

Tints of Martini #C2AAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.93%

R = 36.81%
G = 32.26%
B = 30.93%

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

#C2AAA3 (or 0xC2AAA3) is known color: Martini. HEX triplet: C2, AA and A3. RGB value is (194,170,163). Sum of RGB (Red+Green+Blue) = 194+170+163=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA3 is #3D555C. Grayscale: #B0B0B0. Windows color (decimal): -4019549 or 10726082. OLE color: 10726082.

HSL color Cylindrical-coordinate representation of color #C2AAA3: hue angle of 13.55º degrees, saturation: 0.2, 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 #C2AAA3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 163 -
CMYK 0 0.12 0.16 0.24
HSL 13.55º 0.2% 0.7% -
HSV(B) 13.55º 0.16% 0.76% -
XYZ 43.23 42.86 40.65 -
YUV 176.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 194 170 163 0 0.12 0.16 0.24 13.55 0.2 0.7
Hex C2 AA A3 0 C 10 18 E 14 46
Octal 302 252 243 0 14 20 30 16 24 106
Binary 11000010 10101010 10100011 0 1100 10000 11000 1110 10100 1000110

Color Harmonies of #C2AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAA3

Black with #C2AAA3

Text Example


Text Example

White with #C2AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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