#C4A640

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

Shades of Sundance #C4A640

Tints of Sundance #C4A640

Color information

#C4A640 (or 0xC4A640) is unknown color: approx Sundance. HEX triplet: C4, A6 and 40. RGB value is (196,166,64). Sum of RGB (Red+Green+Blue) = 196+166+64=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A640 is #3B59BF. Grayscale: #A3A3A3. Windows color (decimal): -3889600 or 4236996. OLE color: 4236996.

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

Color convert

RGB19616664-
CMYK00.150.670.23
HSL46.36º52.8%50.98%-
HSV(B)46.36º67.35%76.86%-
XYZ37.3339.3810.48-
YUV163.3471.94151.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=46.01%
G=38.97%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961666400.150.670.2346.3652.850.98
HexC4A6400F43172e3533
Octal30424610001710327566563
Binary1100010010100110100000001111100001110111101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A640; }

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

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

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

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

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

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

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

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