#c3aa6d

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

Shades of Putty #C3AA6D

Tints of Putty #C3AA6D

Color information

#C3AA6D (or 0xC3AA6D) is unknown color: approx Putty. HEX triplet: C3, AA and 6D. RGB value is (195,170,109). Sum of RGB (Red+Green+Blue) = 195+170+109=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA6D is #3C5592. Grayscale: #AAAAAA. Windows color (decimal): -3954067 or 7187139. OLE color: 7187139.

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

Color convert

RGB195170109-
CMYK00.130.440.24
HSL42.56º41.75%59.61%-
HSV(B)42.56º44.1%76.47%-
XYZ39.6441.4620.38-
YUV170.5293.28145.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=41.14%
G=35.86%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517010900.130.440.2442.5641.7559.61
HexC3AA6D0D2C182b2a3c
Octal3032521550155430535274
Binary110000111010101011011010110110110011000101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3aa6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3aa6d; }

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

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

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

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

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

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

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

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