#CC9444

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

Shades of Anzac #CC9444

Tints of Anzac #CC9444

Color information

#CC9444 (or 0xCC9444) is unknown color: approx Anzac. HEX triplet: CC, 94 and 44. RGB value is (204,148,68). Sum of RGB (Red+Green+Blue) = 204+148+68=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9444 is #336BBB. Grayscale: #9B9B9B. Windows color (decimal): -3369916 or 4494540. OLE color: 4494540.

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

Color convert

RGB20414868-
CMYK00.270.670.2
HSL35.29º57.14%53.33%-
HSV(B)35.29º66.67%80%-
XYZ36.5434.4310.19-
YUV155.6278.55162.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=48.57%
G=35.24%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041486800.270.670.235.2957.1453.33
HexCC944401B4314233935
Octal31422410403310324437165
Binary11001100100101001000100011011100001110100100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9444; }

 p { color: rgb(204,148,68); }

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

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

 a { background-color: rgb(204,148,68); }

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

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

 span { border-color: rgb(204,148,68); }

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