#C4AE71

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

Shades of Putty #C4AE71

Tints of Putty #C4AE71

Color information

#C4AE71 (or 0xC4AE71) is unknown color: approx Putty. HEX triplet: C4, AE and 71. RGB value is (196,174,113). Sum of RGB (Red+Green+Blue) = 196+174+113=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE71 is #3B518E. Grayscale: #ADADAD. Windows color (decimal): -3887503 or 7450308. OLE color: 7450308.

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

Color convert

RGB196174113-
CMYK00.110.420.23
HSL44.1º41.29%60.59%-
HSV(B)44.1º42.35%76.86%-
XYZ40.8843.221.81-
YUV173.6293.79143.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=40.58%
G=36.02%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617411300.110.420.2344.141.2960.59
HexC4AE710B2A172c293d
Octal3042561610135227545175
Binary110001001010111011100010101110101010111101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE71; }

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

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

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

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

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

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

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

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