#C4AA75

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

Shades of Putty #C4AA75

Tints of Putty #C4AA75

Color information

#C4AA75 (or 0xC4AA75) is unknown color: approx Putty. HEX triplet: C4, AA and 75. RGB value is (196,170,117). Sum of RGB (Red+Green+Blue) = 196+170+117=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA75 is #3B558A. Grayscale: #ABABAB. Windows color (decimal): -3888523 or 7711428. OLE color: 7711428.

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

Color convert

RGB196170117-
CMYK00.130.400.23
HSL40.25º40.1%61.37%-
HSV(B)40.25º40.31%76.86%-
XYZ40.3541.7722.77-
YUV171.7397.11145.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=40.58%
G=35.20%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617011700.130.400.2340.2540.161.37
HexC4AA750D281728283d
Octal3042521650155027505075
Binary110001001010101011101010110110100010111101000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA75; }

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

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

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

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

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

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

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

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