#CC9241

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

Shades of Anzac #CC9241

Tints of Anzac #CC9241

Color information

#CC9241 (or 0xCC9241) is unknown color: approx Anzac. HEX triplet: CC, 92 and 41. RGB value is (204,146,65). Sum of RGB (Red+Green+Blue) = 204+146+65=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9241 is #336DBE. Grayscale: #9A9A9A. Windows color (decimal): -3370431 or 4297420. OLE color: 4297420.

HSL color Cylindrical-coordinate representation of color #CC9241: hue angle of 34.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC9241 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB20414665-
CMYK00.280.680.2
HSL34.96º57.68%52.75%-
HSV(B)34.96º68.14%80%-
XYZ36.1333.789.62-
YUV154.1177.72163.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=49.16%
G=35.18%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041466500.280.680.234.9657.6852.75
HexCC924101C4414233a35
Octal31422210103410424437265
Binary11001100100100101000001011100100010010100100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9241; }

 p { color: rgb(204,146,65); }

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

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

 a { background-color: rgb(204,146,65); }

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

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

 span { border-color: rgb(204,146,65); }

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