#C5AE75

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

Shades of Putty #C5AE75

Tints of Putty #C5AE75

Color information

#C5AE75 (or 0xC5AE75) is unknown color: approx Putty. HEX triplet: C5, AE and 75. RGB value is (197,174,117). Sum of RGB (Red+Green+Blue) = 197+174+117=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE75 is #3A518A. Grayscale: #AEAEAE. Windows color (decimal): -3821963 or 7712453. OLE color: 7712453.

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

Color convert

RGB197174117-
CMYK00.120.410.23
HSL42.75º40.82%61.57%-
HSV(B)42.75º40.61%77.25%-
XYZ41.3743.4323.03-
YUV174.3895.62144.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=40.37%
G=35.66%
B=23.98%

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
Decimal19717411700.120.410.2342.7540.8261.57
HexC5AE750C29172b293e
Octal3052561650145127535176
Binary110001011010111011101010110010100110111101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE75; }

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

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

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

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

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

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

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

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