#C99346

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

Shades of Anzac #C99346

Tints of Anzac #C99346

Color information

#C99346 (or 0xC99346) is unknown color: approx Anzac. HEX triplet: C9, 93 and 46. RGB value is (201,147,70). Sum of RGB (Red+Green+Blue) = 201+147+70=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99346 is #366CB9. Grayscale: #9A9A9A. Windows color (decimal): -3566778 or 4625353. OLE color: 4625353.

HSL color Cylindrical-coordinate representation of color #C99346: hue angle of 35.27º 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 #C99346 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20114770-
CMYK00.270.650.21
HSL35.27º54.81%53.14%-
HSV(B)35.27º65.17%78.82%-
XYZ35.6333.7310.43-
YUV154.3780.39161.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=48.09%
G=35.17%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011477000.270.650.2135.2754.8153.14
HexC9934601B4115233735
Octal31122310603310125436765
Binary11001001100100111000110011011100000110101100011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99346; }

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

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

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

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

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

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

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

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