Html Css Color HEX #C4AA9F Martini

📋 copy color: '#C4AA9F'

red 196 ◦ green 170 ◦ blue 159

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

Shades of Martini #C4AA9F

Tints of Martini #C4AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.29%

R = 37.33%
G = 32.38%
B = 30.29%

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

#C4AA9F (or 0xC4AA9F) is known color: Martini. HEX triplet: C4, AA and 9F. RGB value is (196,170,159). Sum of RGB (Red+Green+Blue) = 196+170+159=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA9F is #3B5560. Grayscale: #B0B0B0. Windows color (decimal): -3888481 or 10463940. OLE color: 10463940.

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

Color convert

RGB 196 170 159 -
CMYK 0 0.13 0.19 0.23
HSL 17.84º 0.24% 0.7% -
HSV(B) 17.84º 0.19% 0.77% -
XYZ 43.4 42.99 38.81 -
YUV 176.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 196 170 159 0 0.13 0.19 0.23 17.84 0.24 0.7
Hex C4 AA 9F 0 D 13 17 12 18 46
Octal 304 252 237 0 15 23 27 22 30 106
Binary 11000100 10101010 10011111 0 1101 10011 10111 10010 11000 1000110

Color Harmonies of #C4AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA9F

Black with #C4AA9F

Text Example


Text Example

White with #C4AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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