#C49942

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

Shades of Anzac #C49942

Tints of Anzac #C49942

Color information

#C49942 (or 0xC49942) is unknown color: approx Anzac. HEX triplet: C4, 99 and 42. RGB value is (196,153,66). Sum of RGB (Red+Green+Blue) = 196+153+66=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C49942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49942 is #3B66BD. Grayscale: #9C9C9C. Windows color (decimal): -3892926 or 4364740. OLE color: 4364740.

HSL color Cylindrical-coordinate representation of color #C49942: hue angle of 40.15º 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 #C49942 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19615366-
CMYK00.220.660.23
HSL40.15º52.42%51.37%-
HSV(B)40.15º66.33%76.86%-
XYZ35.1434.9110.04-
YUV155.9477.25156.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 66 (26.17% from 255) = 15.90%
R=47.23%
G=36.87%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961536600.220.660.2340.1552.4251.37
HexC499420164217283433
Octal30423110202610227506463
Binary11000100100110011000010010110100001010111101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49942; }

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

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

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

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

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

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

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

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