#C3393E

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

Shades of Mahogany #C3393E

Tints of Mahogany #C3393E

Color information

#C3393E (or 0xC3393E) is unknown color: approx Mahogany. HEX triplet: C3, 39 and 3E. RGB value is (195,57,62). Sum of RGB (Red+Green+Blue) = 195+57+62=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C3393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3393E is #3CC6C1. Grayscale: #626262. Windows color (decimal): -3983042 or 4078019. OLE color: 4078019.

HSL color Cylindrical-coordinate representation of color #C3393E: hue angle of 357.83º 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 #C3393E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1955762-
CMYK00.710.680.24
HSL357.83º54.76%49.41%-
HSV(B)357.83º70.77%76.47%-
XYZ24.8414.886.12-
YUV98.83107.22196.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.10%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=62.10%
G=18.15%
B=19.75%

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
Decimal195576200.710.680.24357.8354.7649.41
HexC3393E04744181663731
Octal30371760107104305466761
Binary1100001111100111111001000111100010011000101100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3393E; }

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

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

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

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

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

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

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

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