#C9943B

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

Shades of Anzac #C9943B

Tints of Anzac #C9943B

Color information

#C9943B (or 0xC9943B) is unknown color: approx Anzac. HEX triplet: C9, 94 and 3B. RGB value is (201,148,59). Sum of RGB (Red+Green+Blue) = 201+148+59=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9943B is #366BC4. Grayscale: #9A9A9A. Windows color (decimal): -3566533 or 3904713. OLE color: 3904713.

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

Color convert

RGB20114859-
CMYK00.260.710.21
HSL37.61º56.8%50.98%-
HSV(B)37.61º70.65%78.82%-
XYZ35.4733.918.81-
YUV153.774.56161.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 59 (23.44% from 255) = 14.46%
R=49.26%
G=36.27%
B=14.46%

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
Decimal2011485900.260.710.2137.6156.850.98
HexC9943B01A4715263933
Octal3112247303210725467163
Binary1100100110010100111011011010100011110101100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9943B; }

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

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

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

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

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

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

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

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