#C3AC75

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

Shades of Putty #C3AC75

Tints of Putty #C3AC75

Color information

#C3AC75 (or 0xC3AC75) is unknown color: approx Putty. HEX triplet: C3, AC and 75. RGB value is (195,172,117). Sum of RGB (Red+Green+Blue) = 195+172+117=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC75 is #3C538A. Grayscale: #ACACAC. Windows color (decimal): -3953547 or 7711939. OLE color: 7711939.

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

Color convert

RGB195172117-
CMYK00.120.40.24
HSL42.31º39.39%61.18%-
HSV(B)42.31º40%76.47%-
XYZ40.4742.3922.88-
YUV172.6196.62143.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=40.29%
G=35.54%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517211700.120.40.2442.3139.3961.18
HexC3AC750C28182a273d
Octal3032541650145030524775
Binary110000111010110011101010110010100011000101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC75; }

 p { color: rgb(195,172,117); }

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

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

 a { background-color: rgb(195,172,117); }

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

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

 span { border-color: rgb(195,172,117); }

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