#c88d36

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

Shades of Anzac #C88D36

Tints of Anzac #C88D36

Color information

#C88D36 (or 0xC88D36) is unknown color: approx Anzac. HEX triplet: C8, 8D and 36. RGB value is (200,141,54). Sum of RGB (Red+Green+Blue) = 200+141+54=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D36 is #3772C9. Grayscale: #959595. Windows color (decimal): -3633866 or 3575240. OLE color: 3575240.

HSL color Cylindrical-coordinate representation of color #C88D36: hue angle of 35.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88D36 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB20014154-
CMYK00.290.730.22
HSL35.75º57.48%49.8%-
HSV(B)35.75º73%78.43%-
XYZ34.0131.67.8-
YUV148.7274.55164.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 54 (21.48% from 255) = 13.67%
R=50.63%
G=35.70%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001415400.290.730.2235.7557.4849.8
HexC88D3601D4916243932
Octal3102156603511126447162
Binary1100100010001101110110011101100100110110100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c88d36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c88d36; }

 p { color: rgb(200,141,54); }

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

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

 a { background-color: rgb(200,141,54); }

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

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

 span { border-color: rgb(200,141,54); }

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