Html Css Color HEX #C1AAA0 Martini

📋 copy color: '#C1AAA0'

red 193 ◦ green 170 ◦ blue 160

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

Shades of Martini #C1AAA0

Tints of Martini #C1AAA0

RGB

 RED value IS 193 (75.78% from 255) = 36.9%

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

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

R = 36.9%
G = 32.5%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C1AAA0 (or 0xC1AAA0) is known color: Martini. HEX triplet: C1, AA and A0. RGB value is (193,170,160). Sum of RGB (Red+Green+Blue) = 193+170+160=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA0 is #3E555F. Grayscale: #AFAFAF. Windows color (decimal): -4085088 or 10529473. OLE color: 10529473.

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

Color convert

RGB 193 170 160 -
CMYK 0 0.12 0.17 0.24
HSL 18.18º 0.21% 0.69% -
HSV(B) 18.18º 0.17% 0.76% -
XYZ 42.71 42.62 39.23 -
YUV 175.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 193 170 160 0 0.12 0.17 0.24 18.18 0.21 0.69
Hex C1 AA A0 0 C 11 18 12 15 45
Octal 301 252 240 0 14 21 30 22 25 105
Binary 11000001 10101010 10100000 0 1100 10001 11000 10010 10101 1000101

Color Harmonies of #C1AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAA0

Black with #C1AAA0

Text Example


Text Example

White with #C1AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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