#C6393E

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

Shades of Mahogany #C6393E

Tints of Mahogany #C6393E

Color information

#C6393E (or 0xC6393E) is unknown color: approx Mahogany. HEX triplet: C6, 39 and 3E. RGB value is (198,57,62). Sum of RGB (Red+Green+Blue) = 198+57+62=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C6393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6393E is #39C6C1. Grayscale: #636363. Windows color (decimal): -3786434 or 4078022. OLE color: 4078022.

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

Color convert

RGB1985762-
CMYK00.710.690.22
HSL357.87º55.29%50%-
HSV(B)357.87º71.21%77.65%-
XYZ25.6215.286.16-
YUV99.73106.71198.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.46%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=62.46%
G=17.98%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198576200.710.690.22357.8755.2950
HexC6393E04745161663732
Octal30671760107105265466762
Binary1100011011100111111001000111100010110110101100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6393E; }

 p { color: rgb(198,57,62); }

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

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

 a { background-color: rgb(198,57,62); }

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

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

 span { border-color: rgb(198,57,62); }

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