#C3A575

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

Shades of Putty #C3A575

Tints of Putty #C3A575

Color information

#C3A575 (or 0xC3A575) is unknown color: approx Putty. HEX triplet: C3, A5 and 75. RGB value is (195,165,117). Sum of RGB (Red+Green+Blue) = 195+165+117=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A575 is #3C5A8A. Grayscale: #A8A8A8. Windows color (decimal): -3955339 or 7710147. OLE color: 7710147.

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

Color convert

RGB195165117-
CMYK00.150.40.24
HSL36.92º39.39%61.18%-
HSV(B)36.92º40%76.47%-
XYZ39.1739.822.45-
YUV168.598.94146.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=40.88%
G=34.59%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516511700.150.40.2436.9239.3961.18
HexC3A5750F281825273d
Octal3032451650175030454775
Binary110000111010010111101010111110100011000100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A575; }

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

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

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

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

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

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

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

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