Html Css Color HEX #C3AAA1 Martini

📋 copy color: '#C3AAA1'

red 195 ◦ green 170 ◦ blue 161

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

Shades of Martini #C3AAA1

Tints of Martini #C3AAA1

RGB

 RED value IS 195 (76.56% from 255) = 37.07%

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 37.07%
G = 32.32%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C3AAA1 (or 0xC3AAA1) is known color: Martini. HEX triplet: C3, AA and A1. RGB value is (195,170,161). Sum of RGB (Red+Green+Blue) = 195+170+161=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA1 is #3C555E. Grayscale: #B0B0B0. Windows color (decimal): -3954015 or 10595011. OLE color: 10595011.

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

Color convert

RGB 195 170 161 -
CMYK 0 0.13 0.17 0.24
HSL 15.88º 0.22% 0.7% -
HSV(B) 15.88º 0.17% 0.76% -
XYZ 43.31 42.92 39.72 -
YUV 176.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 195 170 161 0 0.13 0.17 0.24 15.88 0.22 0.7
Hex C3 AA A1 0 D 11 18 10 16 46
Octal 303 252 241 0 15 21 30 20 26 106
Binary 11000011 10101010 10100001 0 1101 10001 11000 10000 10110 1000110

Color Harmonies of #C3AAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAA1

Black with #C3AAA1

Text Example


Text Example

White with #C3AAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAA1; }

 p { color: rgb(195,170,161); }

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

background-color css

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

 a { background-color: rgb(195,170,161); }

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

border-color css

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

 span { border-color: rgb(195,170,161); }

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