#C4AE75

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

Shades of Putty #C4AE75

Tints of Putty #C4AE75

Color information

#C4AE75 (or 0xC4AE75) is unknown color: approx Putty. HEX triplet: C4, AE and 75. RGB value is (196,174,117). Sum of RGB (Red+Green+Blue) = 196+174+117=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE75 is #3B518A. Grayscale: #AEAEAE. Windows color (decimal): -3887499 or 7712452. OLE color: 7712452.

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

Color convert

RGB196174117-
CMYK00.110.400.23
HSL43.29º40.1%61.37%-
HSV(B)43.29º40.31%76.86%-
XYZ41.1143.2923.02-
YUV174.0895.79143.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=40.25%
G=35.73%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617411700.110.400.2343.2940.161.37
HexC4AE750B28172b283d
Octal3042561650135027535075
Binary110001001010111011101010101110100010111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE75; }

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

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

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

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

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

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

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

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