#C4A56B

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

Shades of Putty #C4A56B

Tints of Putty #C4A56B

Color information

#C4A56B (or 0xC4A56B) is unknown color: approx Putty. HEX triplet: C4, A5 and 6B. RGB value is (196,165,107). Sum of RGB (Red+Green+Blue) = 196+165+107=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56B is #3B5A94. Grayscale: #A7A7A7. Windows color (decimal): -3889813 or 7054788. OLE color: 7054788.

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

Color convert

RGB196165107-
CMYK00.160.450.23
HSL39.1º43%59.41%-
HSV(B)39.1º45.41%76.86%-
XYZ38.8739.7119.53-
YUV167.6693.77148.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=41.88%
G=35.26%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616510700.160.450.2339.14359.41
HexC4A56B0102D17272b3b
Octal3042451530205527475373
Binary1100010010100101110101101000010110110111100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A56B; }

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

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

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

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

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

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

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

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