Html Css Color HEX #C0AAA5 Martini

📋 copy color: '#C0AAA5'

red 192 ◦ green 170 ◦ blue 165

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

Shades of Martini #C0AAA5

Tints of Martini #C0AAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 36.43%
G = 32.26%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0AAA5 (or 0xC0AAA5) is known color: Martini. HEX triplet: C0, AA and A5. RGB value is (192,170,165). Sum of RGB (Red+Green+Blue) = 192+170+165=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA5 is #3F555A. Grayscale: #B0B0B0. Windows color (decimal): -4150619 or 10857152. OLE color: 10857152.

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

Color convert

RGB 192 170 165 -
CMYK 0 0.11 0.14 0.25
HSL 11.11º 0.18% 0.7% -
HSV(B) 11.11º 0.14% 0.75% -
XYZ 42.9 42.67 41.57 -
YUV 176.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 192 170 165 0 0.11 0.14 0.25 11.11 0.18 0.7
Hex C0 AA A5 0 B E 19 B 12 46
Octal 300 252 245 0 13 16 31 13 22 106
Binary 11000000 10101010 10100101 0 1011 1110 11001 1011 10010 1000110

Color Harmonies of #C0AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAA5

Black with #C0AAA5

Text Example


Text Example

White with #C0AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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