#C1AC73

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

Shades of Putty #C1AC73

Tints of Putty #C1AC73

Color information

#C1AC73 (or 0xC1AC73) is unknown color: approx Putty. HEX triplet: C1, AC and 73. RGB value is (193,172,115). Sum of RGB (Red+Green+Blue) = 193+172+115=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC73 is #3E538C. Grayscale: #ACACAC. Windows color (decimal): -4084621 or 7580865. OLE color: 7580865.

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

Color convert

RGB193172115-
CMYK00.110.400.24
HSL43.85º38.61%60.39%-
HSV(B)43.85º40.41%75.69%-
XYZ39.8442.0822.24-
YUV171.7895.96143.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=40.21%
G=35.83%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317211500.110.400.2443.8538.6160.39
HexC1AC730B28182c273c
Octal3012541630135030544774
Binary110000011010110011100110101110100011000101100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC73; }

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

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

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

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

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

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

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

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