#c7a575

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

Shades of Putty #C7A575

Tints of Putty #C7A575

Color information

#C7A575 (or 0xC7A575) is unknown color: approx Putty. HEX triplet: C7, A5 and 75. RGB value is (199,165,117). Sum of RGB (Red+Green+Blue) = 199+165+117=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A575 is #385A8A. Grayscale: #A9A9A9. Windows color (decimal): -3693195 or 7710151. OLE color: 7710151.

HSL color Cylindrical-coordinate representation of color #C7A575: hue angle of 35.12º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7A575 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199165117-
CMYK00.170.410.22
HSL35.12º42.27%61.96%-
HSV(B)35.12º41.21%78.04%-
XYZ40.2240.3422.5-
YUV169.6998.26148.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=41.37%
G=34.30%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916511700.170.410.2235.1242.2761.96
HexC7A5750112916232a3e
Octal3072451650215126435276
Binary1100011110100101111010101000110100110110100011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a575; }

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

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

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

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

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

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

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

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