#C7A476

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

Shades of Putty #C7A476

Tints of Putty #C7A476

Color information

#C7A476 (or 0xC7A476) is unknown color: approx Putty. HEX triplet: C7, A4 and 76. RGB value is (199,164,118). Sum of RGB (Red+Green+Blue) = 199+164+118=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A476 is #385B89. Grayscale: #A9A9A9. Windows color (decimal): -3693450 or 7775431. OLE color: 7775431.

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

Color convert

RGB199164118-
CMYK00.180.410.22
HSL34.07º41.97%62.16%-
HSV(B)34.07º40.7%78.04%-
XYZ40.14022.75-
YUV169.2299.1149.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=41.37%
G=34.10%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916411800.180.410.2234.0741.9762.16
HexC7A4760122916222a3e
Octal3072441660225126425276
Binary1100011110100100111011001001010100110110100010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A476; }

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

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

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

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

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

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

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

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