#C4AC42

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

Shades of Sundance #C4AC42

Tints of Sundance #C4AC42

Color information

#C4AC42 (or 0xC4AC42) is unknown color: approx Sundance. HEX triplet: C4, AC and 42. RGB value is (196,172,66). Sum of RGB (Red+Green+Blue) = 196+172+66=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC42 is #3B53BD. Grayscale: #A7A7A7. Windows color (decimal): -3888062 or 4369604. OLE color: 4369604.

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

Color convert

RGB19617266-
CMYK00.120.660.23
HSL48.92º52.42%51.37%-
HSV(B)48.92º66.33%76.86%-
XYZ38.541.6311.16-
YUV167.0970.95148.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=45.16%
G=39.63%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961726600.120.660.2348.9252.4251.37
HexC4AC420C4217313433
Octal30425410201410227616463
Binary1100010010101100100001001100100001010111110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC42; }

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

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

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

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

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

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

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

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