#C8393A

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

Shades of Mahogany #C8393A

Tints of Mahogany #C8393A

Color information

#C8393A (or 0xC8393A) is unknown color: approx Mahogany. HEX triplet: C8, 39 and 3A. RGB value is (200,57,58). Sum of RGB (Red+Green+Blue) = 200+57+58=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8393A is #37C6C5. Grayscale: #646464. Windows color (decimal): -3655366 or 3815880. OLE color: 3815880.

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

Color convert

RGB2005758-
CMYK00.720.710.22
HSL359.58º56.52%50.39%-
HSV(B)359.58º71.5%78.43%-
XYZ26.0515.515.62-
YUV99.87104.38199.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=63.49%
G=18.10%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200575800.720.710.22359.5856.5250.39
HexC8393A04847161683932
Octal31071720110107265507162
Binary1100100011100111101001001000100011110110101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8393A; }

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

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

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

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

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

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

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

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