#C89146

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

Shades of Anzac #C89146

Tints of Anzac #C89146

Color information

#C89146 (or 0xC89146) is unknown color: approx Anzac. HEX triplet: C8, 91 and 46. RGB value is (200,145,70). Sum of RGB (Red+Green+Blue) = 200+145+70=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C89146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89146 is #376EB9. Grayscale: #999999. Windows color (decimal): -3632826 or 4624840. OLE color: 4624840.

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

Color convert

RGB20014570-
CMYK00.280.650.22
HSL34.62º54.17%52.94%-
HSV(B)34.62º65%78.43%-
XYZ35.0532.9710.31-
YUV152.8981.22161.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=48.19%
G=34.94%
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.22
SystemRedGreenBlueCMYKHSL
Decimal2001457000.280.650.2234.6254.1752.94
HexC8914601C4116233635
Octal31022110603410126436665
Binary11001000100100011000110011100100000110110100011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89146; }

 p { color: rgb(200,145,70); }

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

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

 a { background-color: rgb(200,145,70); }

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

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

 span { border-color: rgb(200,145,70); }

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