#C4A56F

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

Shades of Putty #C4A56F

Tints of Putty #C4A56F

Color information

#C4A56F (or 0xC4A56F) is unknown color: approx Putty. HEX triplet: C4, A5 and 6F. RGB value is (196,165,111). Sum of RGB (Red+Green+Blue) = 196+165+111=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56F is #3B5A90. Grayscale: #A8A8A8. Windows color (decimal): -3889809 or 7316932. OLE color: 7316932.

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

Color convert

RGB196165111-
CMYK00.160.430.23
HSL38.12º41.87%60.2%-
HSV(B)38.12º43.37%76.86%-
XYZ39.0939.7920.66-
YUV168.1195.77147.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=41.53%
G=34.96%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616511100.160.430.2338.1241.8760.2
HexC4A56F0102B17262a3c
Octal3042451570205327465274
Binary1100010010100101110111101000010101110111100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A56F; }

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

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

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

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

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

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

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

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