#C1AA6C

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

Shades of Putty #C1AA6C

Tints of Putty #C1AA6C

Color information

#C1AA6C (or 0xC1AA6C) is unknown color: approx Putty. HEX triplet: C1, AA and 6C. RGB value is (193,170,108). Sum of RGB (Red+Green+Blue) = 193+170+108=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA6C is #3E5593. Grayscale: #AAAAAA. Windows color (decimal): -4085140 or 7121601. OLE color: 7121601.

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

Color convert

RGB193170108-
CMYK00.120.440.24
HSL43.76º40.67%59.02%-
HSV(B)43.76º44.04%75.69%-
XYZ39.0741.1720.07-
YUV169.8193.12144.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=40.98%
G=36.09%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317010800.120.440.2443.7640.6759.02
HexC1AA6C0C2C182c293b
Octal3012521540145430545173
Binary110000011010101011011000110010110011000101100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA6C; }

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

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

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

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

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

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

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

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