#C7A473

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

Shades of Putty #C7A473

Tints of Putty #C7A473

Color information

#C7A473 (or 0xC7A473) is unknown color: approx Putty. HEX triplet: C7, A4 and 73. RGB value is (199,164,115). Sum of RGB (Red+Green+Blue) = 199+164+115=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A473 is #385B8C. Grayscale: #A9A9A9. Windows color (decimal): -3693453 or 7578823. OLE color: 7578823.

HSL color Cylindrical-coordinate representation of color #C7A473: hue angle of 35º 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 #C7A473 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199164115-
CMYK00.180.420.22
HSL35º42.86%61.57%-
HSV(B)35º42.21%78.04%-
XYZ39.9239.9321.82-
YUV168.8897.6149.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=41.63%
G=34.31%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916411500.180.420.223542.8661.57
HexC7A4730122A16232b3e
Octal3072441630225226435376
Binary1100011110100100111001101001010101010110100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A473; }

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

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

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

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

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

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

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

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