#C99046

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

Shades of Anzac #C99046

Tints of Anzac #C99046

Color information

#C99046 (or 0xC99046) is unknown color: approx Anzac. HEX triplet: C9, 90 and 46. RGB value is (201,144,70). Sum of RGB (Red+Green+Blue) = 201+144+70=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C99046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99046 is #366FB9. Grayscale: #989898. Windows color (decimal): -3567546 or 4624585. OLE color: 4624585.

HSL color Cylindrical-coordinate representation of color #C99046: hue angle of 33.89º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99046 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20114470-
CMYK00.280.650.21
HSL33.89º54.81%53.14%-
HSV(B)33.89º65.17%78.82%-
XYZ35.1732.8110.27-
YUV152.6181.38162.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=48.43%
G=34.70%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011447000.280.650.2133.8954.8153.14
HexC9904601C4115223735
Octal31122010603410125426765
Binary11001001100100001000110011100100000110101100010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99046; }

 p { color: rgb(201,144,70); }

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

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

 a { background-color: rgb(201,144,70); }

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

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

 span { border-color: rgb(201,144,70); }

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