#C4AA53

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

Shades of Sundance #C4AA53

Tints of Sundance #C4AA53

Color information

#C4AA53 (or 0xC4AA53) is unknown color: approx Sundance. HEX triplet: C4, AA and 53. RGB value is (196,170,83). Sum of RGB (Red+Green+Blue) = 196+170+83=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA53 is #3B55AC. Grayscale: #A8A8A8. Windows color (decimal): -3888557 or 5483204. OLE color: 5483204.

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

Color convert

RGB19617083-
CMYK00.130.580.23
HSL46.19º48.92%54.71%-
HSV(B)46.19º57.65%76.86%-
XYZ38.741.1114.08-
YUV167.8680.11148.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=43.65%
G=37.86%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961708300.130.580.2346.1948.9254.71
HexC4AA530D3A172e3137
Octal3042521230157227566167
Binary110001001010101010100110110111101010111101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA53; }

 p { color: rgb(196,170,83); }

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

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

 a { background-color: rgb(196,170,83); }

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

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

 span { border-color: rgb(196,170,83); }

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