#C99240

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

Shades of Anzac #C99240

Tints of Anzac #C99240

Color information

#C99240 (or 0xC99240) is unknown color: approx Anzac. HEX triplet: C9, 92 and 40. RGB value is (201,146,64). Sum of RGB (Red+Green+Blue) = 201+146+64=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C99240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99240 is #366DBF. Grayscale: #999999. Windows color (decimal): -3567040 or 4231881. OLE color: 4231881.

HSL color Cylindrical-coordinate representation of color #C99240: hue angle of 35.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C99240 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20114664-
CMYK00.270.680.21
HSL35.91º55.92%51.96%-
HSV(B)35.91º68.16%78.82%-
XYZ35.2933.359.43-
YUV153.177.72162.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=48.91%
G=35.52%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011466400.270.680.2135.9155.9251.96
HexC9924001B4415243834
Octal31122210003310425447064
Binary11001001100100101000000011011100010010101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99240; }

 p { color: rgb(201,146,64); }

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

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

 a { background-color: rgb(201,146,64); }

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

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

 span { border-color: rgb(201,146,64); }

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