#C2393E

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

Shades of Mahogany #C2393E

Tints of Mahogany #C2393E

Color information

#C2393E (or 0xC2393E) is unknown color: approx Mahogany. HEX triplet: C2, 39 and 3E. RGB value is (194,57,62). Sum of RGB (Red+Green+Blue) = 194+57+62=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393E is #3DC6C1. Grayscale: #626262. Windows color (decimal): -4048578 or 4078018. OLE color: 4078018.

HSL color Cylindrical-coordinate representation of color #C2393E: hue angle of 357.81º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2393E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1945762-
CMYK00.710.680.24
HSL357.81º54.58%49.22%-
HSV(B)357.81º70.62%76.08%-
XYZ24.5814.746.11-
YUV98.53107.39196.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=61.98%
G=18.21%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194576200.710.680.24357.8154.5849.22
HexC2393E04744181663731
Octal30271760107104305466761
Binary1100001011100111111001000111100010011000101100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2393E; }

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

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

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

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

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

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

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

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