#C9943A

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

Shades of Anzac #C9943A

Tints of Anzac #C9943A

Color information

#C9943A (or 0xC9943A) is unknown color: approx Anzac. HEX triplet: C9, 94 and 3A. RGB value is (201,148,58). Sum of RGB (Red+Green+Blue) = 201+148+58=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9943A is #366BC5. Grayscale: #9A9A9A. Windows color (decimal): -3566534 or 3839177. OLE color: 3839177.

HSL color Cylindrical-coordinate representation of color #C9943A: hue angle of 37.76º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9943A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20114858-
CMYK00.260.710.21
HSL37.76º56.97%50.78%-
HSV(B)37.76º71.14%78.82%-
XYZ35.4433.98.68-
YUV153.5974.06161.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=49.39%
G=36.36%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011485800.260.710.2137.7656.9750.78
HexC9943A01A4715263933
Octal3112247203210725467163
Binary1100100110010100111010011010100011110101100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9943A; }

 p { color: rgb(201,148,58); }

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

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

 a { background-color: rgb(201,148,58); }

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

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

 span { border-color: rgb(201,148,58); }

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