#C5A773

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

Shades of Putty #C5A773

Tints of Putty #C5A773

Color information

#C5A773 (or 0xC5A773) is unknown color: approx Putty. HEX triplet: C5, A7 and 73. RGB value is (197,167,115). Sum of RGB (Red+Green+Blue) = 197+167+115=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A773 is #3A588C. Grayscale: #AAAAAA. Windows color (decimal): -3823757 or 7579589. OLE color: 7579589.

HSL color Cylindrical-coordinate representation of color #C5A773: hue angle of 38.05º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5A773 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197167115-
CMYK00.150.420.23
HSL38.05º41.41%61.18%-
HSV(B)38.05º41.62%77.25%-
XYZ39.9440.7521.98-
YUV170.0496.94147.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=41.13%
G=34.86%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716711500.150.420.2338.0541.4161.18
HexC5A7730F2A1726293d
Octal3052471630175227465175
Binary110001011010011111100110111110101010111100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A773; }

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

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

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

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

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

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

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

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