#c4a974

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

Shades of Putty #C4A974

Tints of Putty #C4A974

Color information

#C4A974 (or 0xC4A974) is unknown color: approx Putty. HEX triplet: C4, A9 and 74. RGB value is (196,169,116). Sum of RGB (Red+Green+Blue) = 196+169+116=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A974 is #3B568B. Grayscale: #ABABAB. Windows color (decimal): -3888780 or 7645636. OLE color: 7645636.

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

Color convert

RGB196169116-
CMYK00.140.410.23
HSL39.75º40.4%61.18%-
HSV(B)39.75º40.82%76.86%-
XYZ40.1141.3722.39-
YUV171.0396.95145.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=40.75%
G=35.14%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616911600.140.410.2339.7540.461.18
HexC4A9740E291728283d
Octal3042511640165127505075
Binary110001001010100111101000111010100110111101000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a974; }

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

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

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

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

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

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

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

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