#C7A573

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

Shades of Putty #C7A573

Tints of Putty #C7A573

Color information

#C7A573 (or 0xC7A573) is unknown color: approx Putty. HEX triplet: C7, A5 and 73. RGB value is (199,165,115). Sum of RGB (Red+Green+Blue) = 199+165+115=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A573 is #385A8C. Grayscale: #A9A9A9. Windows color (decimal): -3693197 or 7579079. OLE color: 7579079.

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

Color convert

RGB199165115-
CMYK00.170.420.22
HSL35.71º42.86%61.57%-
HSV(B)35.71º42.21%78.04%-
XYZ40.140.2921.88-
YUV169.4797.26149.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=41.54%
G=34.45%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916511500.170.420.2235.7142.8661.57
HexC7A5730112A16242b3e
Octal3072451630215226445376
Binary1100011110100101111001101000110101010110100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A573; }

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

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

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

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

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

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

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

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