#C5AE74

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

Shades of Putty #C5AE74

Tints of Putty #C5AE74

Color information

#C5AE74 (or 0xC5AE74) is unknown color: approx Putty. HEX triplet: C5, AE and 74. RGB value is (197,174,116). Sum of RGB (Red+Green+Blue) = 197+174+116=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE74 is #3A518B. Grayscale: #AEAEAE. Windows color (decimal): -3821964 or 7646917. OLE color: 7646917.

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

Color convert

RGB197174116-
CMYK00.120.410.23
HSL42.96º41.12%61.37%-
HSV(B)42.96º41.12%77.25%-
XYZ41.3143.422.72-
YUV174.2695.12144.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=40.45%
G=35.73%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717411600.120.410.2342.9641.1261.37
HexC5AE740C29172b293d
Octal3052561640145127535175
Binary110001011010111011101000110010100110111101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE74; }

 p { color: rgb(197,174,116); }

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

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

 a { background-color: rgb(197,174,116); }

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

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

 span { border-color: rgb(197,174,116); }

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