#C1AC6D

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

Shades of Putty #C1AC6D

Tints of Putty #C1AC6D

Color information

#C1AC6D (or 0xC1AC6D) is unknown color: approx Putty. HEX triplet: C1, AC and 6D. RGB value is (193,172,109). Sum of RGB (Red+Green+Blue) = 193+172+109=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC6D is #3E5392. Grayscale: #ABABAB. Windows color (decimal): -4084627 or 7187649. OLE color: 7187649.

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

Color convert

RGB193172109-
CMYK00.110.440.24
HSL45º40.38%59.22%-
HSV(B)45º43.52%75.69%-
XYZ39.5141.9520.48-
YUV171.192.96143.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=40.72%
G=36.29%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317210900.110.440.244540.3859.22
HexC1AC6D0B2C182d283b
Octal3012541550135430555073
Binary110000011010110011011010101110110011000101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC6D; }

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

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

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

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

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

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

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

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