#C4A64A

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

Shades of Sundance #C4A64A

Tints of Sundance #C4A64A

Color information

#C4A64A (or 0xC4A64A) is unknown color: approx Sundance. HEX triplet: C4, A6 and 4A. RGB value is (196,166,74). Sum of RGB (Red+Green+Blue) = 196+166+74=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A64A is #3B59B5. Grayscale: #A4A4A4. Windows color (decimal): -3889590 or 4892356. OLE color: 4892356.

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

Color convert

RGB19616674-
CMYK00.150.620.23
HSL45.25º50.83%52.94%-
HSV(B)45.25º62.24%76.86%-
XYZ37.6439.512.12-
YUV164.4876.94150.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=44.95%
G=38.07%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961667400.150.620.2345.2550.8352.94
HexC4A64A0F3E172d3335
Octal3042461120177627556365
Binary110001001010011010010100111111111010111101101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A64A; }

 p { color: rgb(196,166,74); }

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

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

 a { background-color: rgb(196,166,74); }

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

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

 span { border-color: rgb(196,166,74); }

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