#C3AC6F

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

Shades of Putty #C3AC6F

Tints of Putty #C3AC6F

Color information

#C3AC6F (or 0xC3AC6F) is unknown color: approx Putty. HEX triplet: C3, AC and 6F. RGB value is (195,172,111). Sum of RGB (Red+Green+Blue) = 195+172+111=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC6F is #3C5390. Grayscale: #ACACAC. Windows color (decimal): -3953553 or 7318723. OLE color: 7318723.

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

Color convert

RGB195172111-
CMYK00.120.430.24
HSL43.57º41.18%60%-
HSV(B)43.57º43.08%76.47%-
XYZ40.1342.2521.08-
YUV171.9293.62144.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=40.79%
G=35.98%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517211100.120.430.2443.5741.1860
HexC3AC6F0C2B182c293c
Octal3032541570145330545174
Binary110000111010110011011110110010101111000101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC6F; }

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

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

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

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

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

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

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

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