#C8923D

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

Shades of Anzac #C8923D

Tints of Anzac #C8923D

Color information

#C8923D (or 0xC8923D) is unknown color: approx Anzac. HEX triplet: C8, 92 and 3D. RGB value is (200,146,61). Sum of RGB (Red+Green+Blue) = 200+146+61=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8923D is #376DC2. Grayscale: #989898. Windows color (decimal): -3632579 or 4035272. OLE color: 4035272.

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

Color convert

RGB20014661-
CMYK00.270.690.22
HSL36.69º55.82%51.18%-
HSV(B)36.69º69.5%78.43%-
XYZ34.9433.178.98-
YUV152.4676.39161.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=49.14%
G=35.87%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001466100.270.690.2236.6955.8251.18
HexC8923D01B4516253833
Octal3102227503310526457063
Binary1100100010010010111101011011100010110110100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8923D; }

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

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

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

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

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

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

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

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