#C5A76E

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

Shades of Putty #C5A76E

Tints of Putty #C5A76E

Color information

#C5A76E (or 0xC5A76E) is unknown color: approx Putty. HEX triplet: C5, A7 and 6E. RGB value is (197,167,110). Sum of RGB (Red+Green+Blue) = 197+167+110=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A76E is #3A5891. Grayscale: #A9A9A9. Windows color (decimal): -3823762 or 7251909. OLE color: 7251909.

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

Color convert

RGB197167110-
CMYK00.150.440.23
HSL39.31º42.86%60.2%-
HSV(B)39.31º44.16%77.25%-
XYZ39.6640.6320.5-
YUV169.4794.44147.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=41.56%
G=35.23%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716711000.150.440.2339.3142.8660.2
HexC5A76E0F2C17272b3c
Octal3052471560175427475374
Binary110001011010011111011100111110110010111100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A76E; }

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

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

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

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

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

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

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

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