#C1AC6C

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

Shades of Putty #C1AC6C

Tints of Putty #C1AC6C

Color information

#C1AC6C (or 0xC1AC6C) is unknown color: approx Putty. HEX triplet: C1, AC and 6C. RGB value is (193,172,108). Sum of RGB (Red+Green+Blue) = 193+172+108=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC6C is #3E5393. Grayscale: #ABABAB. Windows color (decimal): -4084628 or 7122113. OLE color: 7122113.

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

Color convert

RGB193172108-
CMYK00.110.440.24
HSL45.18º40.67%59.02%-
HSV(B)45.18º44.04%75.69%-
XYZ39.4541.9320.2-
YUV170.9892.46143.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 108 (42.58% from 255) = 22.83%
R=40.80%
G=36.36%
B=22.83%

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
Decimal19317210800.110.440.2445.1840.6759.02
HexC1AC6C0B2C182d293b
Octal3012541540135430555173
Binary110000011010110011011000101110110011000101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC6C; }

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

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

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

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

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

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

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

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