Html Css Color HEX #C4AA9E Martini

📋 copy color: '#C4AA9E'

red 196 ◦ green 170 ◦ blue 158

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

Shades of Martini #C4AA9E

Tints of Martini #C4AA9E

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

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

 BLUE value IS 158 (62.11% from 255) = 30.15%

R = 37.4%
G = 32.44%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4AA9E (or 0xC4AA9E) is known color: Martini. HEX triplet: C4, AA and 9E. RGB value is (196,170,158). Sum of RGB (Red+Green+Blue) = 196+170+158=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA9E is #3B5561. Grayscale: #B0B0B0. Windows color (decimal): -3888482 or 10398404. OLE color: 10398404.

HSL color Cylindrical-coordinate representation of color #C4AA9E: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4AA9E is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 158 -
CMYK 0 0.13 0.19 0.23
HSL 18.95º 0.24% 0.69% -
HSV(B) 18.95º 0.19% 0.77% -
XYZ 43.31 42.95 38.36 -
YUV 176.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 196 170 158 0 0.13 0.19 0.23 18.95 0.24 0.69
Hex C4 AA 9E 0 D 13 17 13 18 45
Octal 304 252 236 0 15 23 27 23 30 105
Binary 11000100 10101010 10011110 0 1101 10011 10111 10011 11000 1000101

Color Harmonies of #C4AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA9E

Black with #C4AA9E

Text Example


Text Example

White with #C4AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA9E; }

 p { color: rgb(196,170,158); }

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

background-color css

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

 a { background-color: rgb(196,170,158); }

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

border-color css

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

 span { border-color: rgb(196,170,158); }

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