#C1AC6E

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

Shades of Putty #C1AC6E

Tints of Putty #C1AC6E

Color information

#C1AC6E (or 0xC1AC6E) is unknown color: approx Putty. HEX triplet: C1, AC and 6E. RGB value is (193,172,110). Sum of RGB (Red+Green+Blue) = 193+172+110=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC6E is #3E5391. Grayscale: #ABABAB. Windows color (decimal): -4084626 or 7253185. OLE color: 7253185.

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

Color convert

RGB193172110-
CMYK00.110.430.24
HSL44.82º40.1%59.41%-
HSV(B)44.82º43.01%75.69%-
XYZ39.5641.9720.77-
YUV171.2193.46143.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=40.63%
G=36.21%
B=23.16%

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
Decimal19317211000.110.430.2444.8240.159.41
HexC1AC6E0B2B182d283b
Octal3012541560135330555073
Binary110000011010110011011100101110101111000101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC6E; }

 p { color: rgb(193,172,110); }

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

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

 a { background-color: rgb(193,172,110); }

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

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

 span { border-color: rgb(193,172,110); }

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