#C89143

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

Shades of Anzac #C89143

Tints of Anzac #C89143

Color information

#C89143 (or 0xC89143) is unknown color: approx Anzac. HEX triplet: C8, 91 and 43. RGB value is (200,145,67). Sum of RGB (Red+Green+Blue) = 200+145+67=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C89143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89143 is #376EBC. Grayscale: #989898. Windows color (decimal): -3632829 or 4428232. OLE color: 4428232.

HSL color Cylindrical-coordinate representation of color #C89143: hue angle of 35.19º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C89143 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20014567-
CMYK00.280.660.22
HSL35.19º54.73%52.35%-
HSV(B)35.19º66.5%78.43%-
XYZ34.9632.949.82-
YUV152.5579.72161.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 67 (26.56% from 255) = 16.26%
R=48.54%
G=35.19%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001456700.280.660.2235.1954.7352.35
HexC8914301C4216233734
Octal31022110303410226436764
Binary11001000100100011000011011100100001010110100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89143; }

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

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

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

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

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

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

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

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