#C3AD6F

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

Shades of Putty #C3AD6F

Tints of Putty #C3AD6F

Color information

#C3AD6F (or 0xC3AD6F) is unknown color: approx Putty. HEX triplet: C3, AD and 6F. RGB value is (195,173,111). Sum of RGB (Red+Green+Blue) = 195+173+111=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD6F is #3C5290. Grayscale: #ACACAC. Windows color (decimal): -3953297 or 7318979. OLE color: 7318979.

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

Color convert

RGB195173111-
CMYK00.110.430.24
HSL44.29º41.18%60%-
HSV(B)44.29º43.08%76.47%-
XYZ40.3242.6421.14-
YUV172.5193.29144.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=40.71%
G=36.12%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517311100.110.430.2444.2941.1860
HexC3AD6F0B2B182c293c
Octal3032551570135330545174
Binary110000111010110111011110101110101111000101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD6F; }

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

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

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

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

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

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

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

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