#C4A879

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

Shades of Putty #C4A879

Tints of Putty #C4A879

Color information

#C4A879 (or 0xC4A879) is unknown color: approx Putty. HEX triplet: C4, A8 and 79. RGB value is (196,168,121). Sum of RGB (Red+Green+Blue) = 196+168+121=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A879 is #3B5786. Grayscale: #ABABAB. Windows color (decimal): -3889031 or 7973060. OLE color: 7973060.

HSL color Cylindrical-coordinate representation of color #C4A879: hue angle of 37.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A879 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196168121-
CMYK00.140.380.23
HSL37.6º38.86%62.16%-
HSV(B)37.6º38.27%76.86%-
XYZ40.2241.1223.91-
YUV171.0199.78145.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=40.41%
G=34.64%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616812100.140.380.2337.638.8662.16
HexC4A8790E261726273e
Octal3042501710164627464776
Binary110001001010100011110010111010011010111100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A879; }

 p { color: rgb(196,168,121); }

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

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

 a { background-color: rgb(196,168,121); }

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

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

 span { border-color: rgb(196,168,121); }

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