#C4AE73

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

Shades of Putty #C4AE73

Tints of Putty #C4AE73

Color information

#C4AE73 (or 0xC4AE73) is unknown color: approx Putty. HEX triplet: C4, AE and 73. RGB value is (196,174,115). Sum of RGB (Red+Green+Blue) = 196+174+115=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE73 is #3B518C. Grayscale: #AEAEAE. Windows color (decimal): -3887501 or 7581380. OLE color: 7581380.

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

Color convert

RGB196174115-
CMYK00.110.410.23
HSL43.7º40.7%60.98%-
HSV(B)43.7º41.33%76.86%-
XYZ4143.2522.41-
YUV173.8594.79143.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=40.41%
G=35.88%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617411500.110.410.2343.740.760.98
HexC4AE730B29172c293d
Octal3042561630135127545175
Binary110001001010111011100110101110100110111101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE73; }

 p { color: rgb(196,174,115); }

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

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

 a { background-color: rgb(196,174,115); }

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

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

 span { border-color: rgb(196,174,115); }

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