#CC9549

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

Shades of Anzac #CC9549

Tints of Anzac #CC9549

Color information

#CC9549 (or 0xCC9549) is unknown color: approx Anzac. HEX triplet: CC, 95 and 49. RGB value is (204,149,73). Sum of RGB (Red+Green+Blue) = 204+149+73=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9549 is #336AB6. Grayscale: #9D9D9D. Windows color (decimal): -3369655 or 4822476. OLE color: 4822476.

HSL color Cylindrical-coordinate representation of color #CC9549: hue angle of 34.81º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC9549 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20414973-
CMYK00.270.640.2
HSL34.81º56.22%54.31%-
HSV(B)34.81º64.22%80%-
XYZ36.8534.8111.08-
YUV156.7880.72161.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=47.89%
G=34.98%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041497300.270.640.234.8156.2254.31
HexCC954901B4014233836
Octal31422511103310024437066
Binary11001100100101011001001011011100000010100100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9549; }

 p { color: rgb(204,149,73); }

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

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

 a { background-color: rgb(204,149,73); }

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

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

 span { border-color: rgb(204,149,73); }

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