#C4AA79

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

Shades of Putty #C4AA79

Tints of Putty #C4AA79

Color information

#C4AA79 (or 0xC4AA79) is unknown color: approx Putty. HEX triplet: C4, AA and 79. RGB value is (196,170,121). Sum of RGB (Red+Green+Blue) = 196+170+121=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA79 is #3B5586. Grayscale: #ACACAC. Windows color (decimal): -3888519 or 7973572. OLE color: 7973572.

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

Color convert

RGB196170121-
CMYK00.130.380.23
HSL39.2º38.86%62.16%-
HSV(B)39.2º38.27%76.86%-
XYZ40.5941.8724.03-
YUV172.1999.11144.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=40.25%
G=34.91%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617012100.130.380.2339.238.8662.16
HexC4AA790D261727273e
Octal3042521710154627474776
Binary110001001010101011110010110110011010111100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA79; }

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

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

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

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

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

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

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

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