#C7A773

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

Shades of Putty #C7A773

Tints of Putty #C7A773

Color information

#C7A773 (or 0xC7A773) is unknown color: approx Putty. HEX triplet: C7, A7 and 73. RGB value is (199,167,115). Sum of RGB (Red+Green+Blue) = 199+167+115=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A773 is #38588C. Grayscale: #AAAAAA. Windows color (decimal): -3692685 or 7579591. OLE color: 7579591.

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

Color convert

RGB199167115-
CMYK00.160.420.22
HSL37.14º42.86%61.57%-
HSV(B)37.14º42.21%78.04%-
XYZ40.4741.0222-
YUV170.6496.6148.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=41.37%
G=34.72%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916711500.160.420.2237.1442.8661.57
HexC7A7730102A16252b3e
Octal3072471630205226455376
Binary1100011110100111111001101000010101010110100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A773; }

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

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

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

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

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

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

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

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