#C3A971

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

Shades of Putty #C3A971

Tints of Putty #C3A971

Color information

#C3A971 (or 0xC3A971) is unknown color: approx Putty. HEX triplet: C3, A9 and 71. RGB value is (195,169,113). Sum of RGB (Red+Green+Blue) = 195+169+113=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A971 is #3C568E. Grayscale: #AAAAAA. Windows color (decimal): -3954319 or 7449027. OLE color: 7449027.

HSL color Cylindrical-coordinate representation of color #C3A971: hue angle of 40.98º 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 #C3A971 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195169113-
CMYK00.130.420.24
HSL40.98º40.59%60.39%-
HSV(B)40.98º42.05%76.47%-
XYZ39.6741.1721.48-
YUV170.3995.61145.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=40.88%
G=35.43%
B=23.69%

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
Decimal19516911300.130.420.2440.9840.5960.39
HexC3A9710D2A1829293c
Octal3032511610155230515174
Binary110000111010100111100010110110101011000101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A971; }

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

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

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

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

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

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

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

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