#C9943C

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

Shades of Anzac #C9943C

Tints of Anzac #C9943C

Color information

#C9943C (or 0xC9943C) is unknown color: approx Anzac. HEX triplet: C9, 94 and 3C. RGB value is (201,148,60). Sum of RGB (Red+Green+Blue) = 201+148+60=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9943C is #366BC3. Grayscale: #9A9A9A. Windows color (decimal): -3566532 or 3970249. OLE color: 3970249.

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

Color convert

RGB20114860-
CMYK00.260.700.21
HSL37.45º56.63%51.18%-
HSV(B)37.45º70.15%78.82%-
XYZ35.4933.928.95-
YUV153.8275.06161.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 60 (23.83% from 255) = 14.67%
R=49.14%
G=36.19%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011486000.260.700.2137.4556.6351.18
HexC9943C01A4615253933
Octal3112247403210625457163
Binary1100100110010100111100011010100011010101100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9943C; }

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

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

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

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

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

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

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

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