#C89142

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

Shades of Anzac #C89142

Tints of Anzac #C89142

Color information

#C89142 (or 0xC89142) is unknown color: approx Anzac. HEX triplet: C8, 91 and 42. RGB value is (200,145,66). Sum of RGB (Red+Green+Blue) = 200+145+66=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C89142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89142 is #376EBD. Grayscale: #989898. Windows color (decimal): -3632830 or 4362696. OLE color: 4362696.

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

Color convert

RGB20014566-
CMYK00.280.670.22
HSL35.37º54.92%52.16%-
HSV(B)35.37º67%78.43%-
XYZ34.9332.929.67-
YUV152.4479.22161.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 66 (26.17% from 255) = 16.06%
R=48.66%
G=35.28%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001456600.280.670.2235.3754.9252.16
HexC8914201C4316233734
Octal31022110203410326436764
Binary11001000100100011000010011100100001110110100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89142; }

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

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

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

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

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

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

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

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