#C3AA6F

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

Shades of Putty #C3AA6F

Tints of Putty #C3AA6F

Color information

#C3AA6F (or 0xC3AA6F) is unknown color: approx Putty. HEX triplet: C3, AA and 6F. RGB value is (195,170,111). Sum of RGB (Red+Green+Blue) = 195+170+111=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA6F is #3C5590. Grayscale: #ABABAB. Windows color (decimal): -3954065 or 7318211. OLE color: 7318211.

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

Color convert

RGB195170111-
CMYK00.130.430.24
HSL42.14º41.18%60%-
HSV(B)42.14º43.08%76.47%-
XYZ39.7541.520.95-
YUV170.7594.28145.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=40.97%
G=35.71%
B=23.32%

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
Decimal19517011100.130.430.2442.1441.1860
HexC3AA6F0D2B182a293c
Octal3032521570155330525174
Binary110000111010101011011110110110101111000101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA6F; }

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

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

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

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

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

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

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

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