#C3AA71

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

Shades of Putty #C3AA71

Tints of Putty #C3AA71

Color information

#C3AA71 (or 0xC3AA71) is unknown color: approx Putty. HEX triplet: C3, AA and 71. RGB value is (195,170,113). Sum of RGB (Red+Green+Blue) = 195+170+113=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA71 is #3C558E. Grayscale: #ABABAB. Windows color (decimal): -3954063 or 7449283. OLE color: 7449283.

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

Color convert

RGB195170113-
CMYK00.130.420.24
HSL41.71º40.59%60.39%-
HSV(B)41.71º42.05%76.47%-
XYZ39.8641.5421.54-
YUV170.9895.28145.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=40.79%
G=35.56%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517011300.130.420.2441.7140.5960.39
HexC3AA710D2A182a293c
Octal3032521610155230525174
Binary110000111010101011100010110110101011000101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA71; }

 p { color: rgb(195,170,113); }

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

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

 a { background-color: rgb(195,170,113); }

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

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

 span { border-color: rgb(195,170,113); }

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