#C4A871

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

Shades of Putty #C4A871

Tints of Putty #C4A871

Color information

#C4A871 (or 0xC4A871) is unknown color: approx Putty. HEX triplet: C4, A8 and 71. RGB value is (196,168,113). Sum of RGB (Red+Green+Blue) = 196+168+113=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A871 is #3B578E. Grayscale: #AAAAAA. Windows color (decimal): -3889039 or 7448772. OLE color: 7448772.

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

Color convert

RGB196168113-
CMYK00.140.420.23
HSL39.76º41.29%60.59%-
HSV(B)39.76º42.35%76.86%-
XYZ39.7540.9321.43-
YUV170.195.78146.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=41.09%
G=35.22%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616811300.140.420.2339.7641.2960.59
HexC4A8710E2A1728293d
Octal3042501610165227505175
Binary110001001010100011100010111010101010111101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A871; }

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

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

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

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

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

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

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

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