#C3AA75

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

Shades of Putty #C3AA75

Tints of Putty #C3AA75

Color information

#C3AA75 (or 0xC3AA75) is unknown color: approx Putty. HEX triplet: C3, AA and 75. RGB value is (195,170,117). Sum of RGB (Red+Green+Blue) = 195+170+117=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA75 is #3C558A. Grayscale: #ABABAB. Windows color (decimal): -3954059 or 7711427. OLE color: 7711427.

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

Color convert

RGB195170117-
CMYK00.130.40.24
HSL40.77º39.39%61.18%-
HSV(B)40.77º40%76.47%-
XYZ40.0941.6422.75-
YUV171.4397.28144.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=40.46%
G=35.27%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517011700.130.40.2440.7739.3961.18
HexC3AA750D281829273d
Octal3032521650155030514775
Binary110000111010101011101010110110100011000101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA75; }

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

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

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

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

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

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

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

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