#CC9343

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

Shades of Anzac #CC9343

Tints of Anzac #CC9343

Color information

#CC9343 (or 0xCC9343) is unknown color: approx Anzac. HEX triplet: CC, 93 and 43. RGB value is (204,147,67). Sum of RGB (Red+Green+Blue) = 204+147+67=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9343 is #336CBC. Grayscale: #9B9B9B. Windows color (decimal): -3370173 or 4428748. OLE color: 4428748.

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

Color convert

RGB20414767-
CMYK00.280.670.2
HSL35.04º57.32%53.14%-
HSV(B)35.04º67.16%80%-
XYZ36.3534.119.98-
YUV154.9278.38163-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 67 (26.56% from 255) = 16.03%
R=48.80%
G=35.17%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041476700.280.670.235.0457.3253.14
HexCC934301C4314233935
Octal31422310303410324437165
Binary11001100100100111000011011100100001110100100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9343; }

 p { color: rgb(204,147,67); }

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

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

 a { background-color: rgb(204,147,67); }

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

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

 span { border-color: rgb(204,147,67); }

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