#C4AEA7

Color #C4AEA7 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #C4AEA7

Tints of Martini #C4AEA7

Color information

#C4AEA7 (or 0xC4AEA7) is unknown color: approx Martini. HEX triplet: C4, AE and A7. RGB value is (196,174,167). Sum of RGB (Red+Green+Blue) = 196+174+167=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEA7 is #3B5158. Grayscale: #B3B3B3. Windows color (decimal): -3887449 or 10989252. OLE color: 10989252.

HSL color Cylindrical-coordinate representation of color #C4AEA7: hue angle of 14.48º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4AEA7 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196174167-
CMYK00.110.150.23
HSL14.48º19.73%71.18%-
HSV(B)14.48º14.8%76.86%-
XYZ44.8844.842.84-
YUV179.78120.79139.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=36.50%
G=32.40%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617416700.110.150.2314.4819.7371.18
HexC4AEA70BF17e1447
Octal30425624701317271624107
Binary110001001010111010100111010111111101111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEA7; }

 p { color: rgb(196,174,167); }

 H1.HeaderClassName
 {
   color: #C4AEA7;
 }
 .AnyTagClassName
 {
   color: #C4AEA7;
 }
</style>
background-color css

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

 a { background-color: rgb(196,174,167); }

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

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

 span { border-color: rgb(196,174,167); }

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