#C1A66C

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

Shades of Putty #C1A66C

Tints of Putty #C1A66C

Color information

#C1A66C (or 0xC1A66C) is unknown color: approx Putty. HEX triplet: C1, A6 and 6C. RGB value is (193,166,108). Sum of RGB (Red+Green+Blue) = 193+166+108=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A66C is #3E5993. Grayscale: #A7A7A7. Windows color (decimal): -4086164 or 7120577. OLE color: 7120577.

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

Color convert

RGB193166108-
CMYK00.140.440.24
HSL40.94º40.67%59.02%-
HSV(B)40.94º44.04%75.69%-
XYZ38.3439.6919.83-
YUV167.4694.45146.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=41.33%
G=35.55%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316610800.140.440.2440.9440.6759.02
HexC1A66C0E2C1829293b
Octal3012461540165430515173
Binary110000011010011011011000111010110011000101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A66C; }

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

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

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

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

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

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

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

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