#C4AA6D

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

Shades of Putty #C4AA6D

Tints of Putty #C4AA6D

Color information

#C4AA6D (or 0xC4AA6D) is unknown color: approx Putty. HEX triplet: C4, AA and 6D. RGB value is (196,170,109). Sum of RGB (Red+Green+Blue) = 196+170+109=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA6D is #3B5592. Grayscale: #ABABAB. Windows color (decimal): -3888531 or 7187140. OLE color: 7187140.

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

Color convert

RGB196170109-
CMYK00.130.440.23
HSL42.07º42.44%59.8%-
HSV(B)42.07º44.39%76.86%-
XYZ39.941.5920.39-
YUV170.8293.11145.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=41.26%
G=35.79%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617010900.130.440.2342.0742.4459.8
HexC4AA6D0D2C172a2a3c
Octal3042521550155427525274
Binary110001001010101011011010110110110010111101010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA6D; }

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

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

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

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

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

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

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

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