#c4ae6f

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

Shades of Putty #C4AE6F

Tints of Putty #C4AE6F

Color information

#C4AE6F (or 0xC4AE6F) is unknown color: approx Putty. HEX triplet: C4, AE and 6F. RGB value is (196,174,111). Sum of RGB (Red+Green+Blue) = 196+174+111=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE6F is #3B5190. Grayscale: #ADADAD. Windows color (decimal): -3887505 or 7319236. OLE color: 7319236.

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

Color convert

RGB196174111-
CMYK00.110.430.23
HSL44.47º41.87%60.2%-
HSV(B)44.47º43.37%76.86%-
XYZ40.7743.1621.22-
YUV173.492.79144.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=40.75%
G=36.17%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617411100.110.430.2344.4741.8760.2
HexC4AE6F0B2B172c2a3c
Octal3042561570135327545274
Binary110001001010111011011110101110101110111101100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ae6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ae6f; }

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

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

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

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

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

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

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

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