#C8363E

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

Shades of Mahogany #C8363E

Tints of Mahogany #C8363E

Color information

#C8363E (or 0xC8363E) is unknown color: approx Mahogany. HEX triplet: C8, 36 and 3E. RGB value is (200,54,62). Sum of RGB (Red+Green+Blue) = 200+54+62=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8363E is #37C9C1. Grayscale: #626262. Windows color (decimal): -3656130 or 4077256. OLE color: 4077256.

HSL color Cylindrical-coordinate representation of color #C8363E: hue angle of 356.71º 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 #C8363E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2005462-
CMYK00.730.690.22
HSL356.71º57.48%49.8%-
HSV(B)356.71º73%78.43%-
XYZ26.0115.276.13-
YUV98.57107.37200.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=63.29%
G=17.09%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200546200.730.690.22356.7157.4849.8
HexC8363E04945161653932
Octal31066760111105265457162
Binary1100100011011011111001001001100010110110101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8363E; }

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

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

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

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

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

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

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

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