#C1AA75

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

Shades of Putty #C1AA75

Tints of Putty #C1AA75

Color information

#C1AA75 (or 0xC1AA75) is unknown color: approx Putty. HEX triplet: C1, AA and 75. RGB value is (193,170,117). Sum of RGB (Red+Green+Blue) = 193+170+117=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA75 is #3E558A. Grayscale: #ABABAB. Windows color (decimal): -4085131 or 7711425. OLE color: 7711425.

HSL color Cylindrical-coordinate representation of color #C1AA75: hue angle of 41.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1AA75 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB193170117-
CMYK00.120.390.24
HSL41.84º38%60.78%-
HSV(B)41.84º39.38%75.69%-
XYZ39.5841.3722.73-
YUV170.8397.62143.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=40.21%
G=35.42%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317011700.120.390.2441.843860.78
HexC1AA750C27182a263d
Octal3012521650144730524675
Binary110000011010101011101010110010011111000101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA75; }

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

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

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

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

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

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

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

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