#C4A56D

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

Shades of Putty #C4A56D

Tints of Putty #C4A56D

Color information

#C4A56D (or 0xC4A56D) is unknown color: approx Putty. HEX triplet: C4, A5 and 6D. RGB value is (196,165,109). Sum of RGB (Red+Green+Blue) = 196+165+109=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56D is #3B5A92. Grayscale: #A8A8A8. Windows color (decimal): -3889811 or 7185860. OLE color: 7185860.

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

Color convert

RGB196165109-
CMYK00.160.440.23
HSL38.62º42.44%59.8%-
HSV(B)38.62º44.39%76.86%-
XYZ38.9839.7520.09-
YUV167.8894.77148.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=41.70%
G=35.11%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616510900.160.440.2338.6242.4459.8
HexC4A56D0102C17272a3c
Octal3042451550205427475274
Binary1100010010100101110110101000010110010111100111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A56D; }

 p { color: rgb(196,165,109); }

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

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

 a { background-color: rgb(196,165,109); }

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

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

 span { border-color: rgb(196,165,109); }

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