#C4AE6D

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

Shades of Putty #C4AE6D

Tints of Putty #C4AE6D

Color information

#C4AE6D (or 0xC4AE6D) is unknown color: approx Putty. HEX triplet: C4, AE and 6D. RGB value is (196,174,109). Sum of RGB (Red+Green+Blue) = 196+174+109=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE6D is #3B5192. Grayscale: #ADADAD. Windows color (decimal): -3887507 or 7188164. OLE color: 7188164.

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

Color convert

RGB196174109-
CMYK00.110.440.23
HSL44.83º42.44%59.8%-
HSV(B)44.83º44.39%76.86%-
XYZ40.6643.1120.65-
YUV173.1791.79144.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=40.92%
G=36.33%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617410900.110.440.2344.8342.4459.8
HexC4AE6D0B2C172d2a3c
Octal3042561550135427555274
Binary110001001010111011011010101110110010111101101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE6D; }

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

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

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

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

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

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

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

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