#C99341

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

Shades of Anzac #C99341

Tints of Anzac #C99341

Color information

#C99341 (or 0xC99341) is unknown color: approx Anzac. HEX triplet: C9, 93 and 41. RGB value is (201,147,65). Sum of RGB (Red+Green+Blue) = 201+147+65=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C99341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99341 is #366CBE. Grayscale: #9A9A9A. Windows color (decimal): -3566783 or 4297673. OLE color: 4297673.

HSL color Cylindrical-coordinate representation of color #C99341: hue angle of 36.18º 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 #C99341 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20114765-
CMYK00.270.680.21
HSL36.18º55.74%52.16%-
HSV(B)36.18º67.66%78.82%-
XYZ35.4833.679.63-
YUV153.877.89161.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=48.67%
G=35.59%
B=15.74%

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
Decimal2011476500.270.680.2136.1855.7452.16
HexC9934101B4415243834
Octal31122310103310425447064
Binary11001001100100111000001011011100010010101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99341; }

 p { color: rgb(201,147,65); }

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

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

 a { background-color: rgb(201,147,65); }

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

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

 span { border-color: rgb(201,147,65); }

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