#c89042

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

Shades of Anzac #C89042

Tints of Anzac #C89042

Color information

#C89042 (or 0xC89042) is unknown color: approx Anzac. HEX triplet: C8, 90 and 42. RGB value is (200,144,66). Sum of RGB (Red+Green+Blue) = 200+144+66=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C89042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89042 is #376FBD. Grayscale: #989898. Windows color (decimal): -3633086 or 4362440. OLE color: 4362440.

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

Color convert

RGB20014466-
CMYK00.280.670.22
HSL34.93º54.92%52.16%-
HSV(B)34.93º67%78.43%-
XYZ34.7832.629.62-
YUV151.8579.55162.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 66 (26.17% from 255) = 16.10%
R=48.78%
G=35.12%
B=16.10%

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
Decimal2001446600.280.670.2234.9354.9252.16
HexC8904201C4316233734
Octal31022010203410326436764
Binary11001000100100001000010011100100001110110100011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c89042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c89042; }

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

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

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

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

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

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

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

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