#C4AC56

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

Shades of Sundance #C4AC56

Tints of Sundance #C4AC56

Color information

#C4AC56 (or 0xC4AC56) is unknown color: approx Sundance. HEX triplet: C4, AC and 56. RGB value is (196,172,86). Sum of RGB (Red+Green+Blue) = 196+172+86=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC56 is #3B53A9. Grayscale: #A9A9A9. Windows color (decimal): -3888042 or 5680324. OLE color: 5680324.

HSL color Cylindrical-coordinate representation of color #C4AC56: hue angle of 46.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4AC56 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19617286-
CMYK00.120.560.23
HSL46.91º48.25%55.29%-
HSV(B)46.91º56.12%76.86%-
XYZ39.241.9114.83-
YUV169.3780.95146.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=43.17%
G=37.89%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961728600.120.560.2346.9148.2555.29
HexC4AC560C38172f3037
Octal3042541260147027576067
Binary110001001010110010101100110011100010111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC56; }

 p { color: rgb(196,172,86); }

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

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

 a { background-color: rgb(196,172,86); }

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

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

 span { border-color: rgb(196,172,86); }

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