#C1A66E

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

Shades of Putty #C1A66E

Tints of Putty #C1A66E

Color information

#C1A66E (or 0xC1A66E) is unknown color: approx Putty. HEX triplet: C1, A6 and 6E. RGB value is (193,166,110). Sum of RGB (Red+Green+Blue) = 193+166+110=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A66E is #3E5991. Grayscale: #A7A7A7. Windows color (decimal): -4086162 or 7251649. OLE color: 7251649.

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

Color convert

RGB193166110-
CMYK00.140.430.24
HSL40.48º40.1%59.41%-
HSV(B)40.48º43.01%75.69%-
XYZ38.4439.7420.4-
YUV167.6995.45146.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=41.15%
G=35.39%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316611000.140.430.2440.4840.159.41
HexC1A66E0E2B1828283b
Octal3012461560165330505073
Binary110000011010011011011100111010101111000101000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A66E; }

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

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

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

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

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

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

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

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