#C99A3E

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

Shades of Anzac #C99A3E

Tints of Anzac #C99A3E

Color information

#C99A3E (or 0xC99A3E) is unknown color: approx Anzac. HEX triplet: C9, 9A and 3E. RGB value is (201,154,62). Sum of RGB (Red+Green+Blue) = 201+154+62=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A3E is #3665C1. Grayscale: #9D9D9D. Windows color (decimal): -3564994 or 4102857. OLE color: 4102857.

HSL color Cylindrical-coordinate representation of color #C99A3E: hue angle of 39.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C99A3E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20115462-
CMYK00.230.690.21
HSL39.71º56.28%51.57%-
HSV(B)39.71º69.15%78.82%-
XYZ36.5135.889.56-
YUV157.5674.07158.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=48.20%
G=36.93%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011546200.230.690.2139.7156.2851.57
HexC99A3E0174515283834
Octal3112327602710525507064
Binary1100100110011010111110010111100010110101101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A3E; }

 p { color: rgb(201,154,62); }

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

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

 a { background-color: rgb(201,154,62); }

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

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

 span { border-color: rgb(201,154,62); }

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