#C3AA70

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

Shades of Putty #C3AA70

Tints of Putty #C3AA70

Color information

#C3AA70 (or 0xC3AA70) is unknown color: approx Putty. HEX triplet: C3, AA and 70. RGB value is (195,170,112). Sum of RGB (Red+Green+Blue) = 195+170+112=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA70 is #3C558F. Grayscale: #ABABAB. Windows color (decimal): -3954064 or 7383747. OLE color: 7383747.

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

Color convert

RGB195170112-
CMYK00.130.430.24
HSL41.93º40.89%60.2%-
HSV(B)41.93º42.56%76.47%-
XYZ39.8141.5221.25-
YUV170.8694.78145.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=40.88%
G=35.64%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517011200.130.430.2441.9340.8960.2
HexC3AA700D2B182a293c
Octal3032521600155330525174
Binary110000111010101011100000110110101111000101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA70; }

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

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

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

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

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

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

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

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