Html Css Color HEX #C0AAA2 Martini

📋 copy color: '#C0AAA2'

red 192 ◦ green 170 ◦ blue 162

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

Shades of Martini #C0AAA2

Tints of Martini #C0AAA2

RGB

 RED value IS 192 (75.39% from 255) = 36.64%

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

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

R = 36.64%
G = 32.44%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C0AAA2 (or 0xC0AAA2) is known color: Martini. HEX triplet: C0, AA and A2. RGB value is (192,170,162). Sum of RGB (Red+Green+Blue) = 192+170+162=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA2 is #3F555D. Grayscale: #AFAFAF. Windows color (decimal): -4150622 or 10660544. OLE color: 10660544.

HSL color Cylindrical-coordinate representation of color #C0AAA2: hue angle of 16º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AAA2 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 162 -
CMYK 0 0.11 0.16 0.25
HSL 16º 0.19% 0.69% -
HSV(B) 16º 0.16% 0.75% -
XYZ 42.63 42.56 40.15 -
YUV 175.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 192 170 162 0 0.11 0.16 0.25 16 0.19 0.69
Hex C0 AA A2 0 B 10 19 10 13 45
Octal 300 252 242 0 13 20 31 20 23 105
Binary 11000000 10101010 10100010 0 1011 10000 11001 10000 10011 1000101

Color Harmonies of #C0AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAA2

Black with #C0AAA2

Text Example


Text Example

White with #C0AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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