#C8923A

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

Shades of Anzac #C8923A

Tints of Anzac #C8923A

Color information

#C8923A (or 0xC8923A) is unknown color: approx Anzac. HEX triplet: C8, 92 and 3A. RGB value is (200,146,58). Sum of RGB (Red+Green+Blue) = 200+146+58=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8923A is #376DC5. Grayscale: #989898. Windows color (decimal): -3632582 or 3838664. OLE color: 3838664.

HSL color Cylindrical-coordinate representation of color #C8923A: hue angle of 37.18º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8923A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB20014658-
CMYK00.270.710.22
HSL37.18º56.35%50.59%-
HSV(B)37.18º71%78.43%-
XYZ34.8633.148.56-
YUV152.1174.89162.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=49.50%
G=36.14%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001465800.270.710.2237.1856.3550.59
HexC8923A01B4716253833
Octal3102227203310726457063
Binary1100100010010010111010011011100011110110100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8923A; }

 p { color: rgb(200,146,58); }

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

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

 a { background-color: rgb(200,146,58); }

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

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

 span { border-color: rgb(200,146,58); }

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