#C4AE74

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

Shades of Putty #C4AE74

Tints of Putty #C4AE74

Color information

#C4AE74 (or 0xC4AE74) is unknown color: approx Putty. HEX triplet: C4, AE and 74. RGB value is (196,174,116). Sum of RGB (Red+Green+Blue) = 196+174+116=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE74 is #3B518B. Grayscale: #AEAEAE. Windows color (decimal): -3887500 or 7646916. OLE color: 7646916.

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

Color convert

RGB196174116-
CMYK00.110.410.23
HSL43.5º40.4%61.18%-
HSV(B)43.5º40.82%76.86%-
XYZ41.0543.2722.71-
YUV173.9795.29143.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=40.33%
G=35.80%
B=23.87%

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
Decimal19617411600.110.410.2343.540.461.18
HexC4AE740B29172c283d
Octal3042561640135127545075
Binary110001001010111011101000101110100110111101100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE74; }

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

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

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

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

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

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

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

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