#C9343E

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

Shades of Mahogany #C9343E

Tints of Mahogany #C9343E

Color information

#C9343E (or 0xC9343E) is unknown color: approx Mahogany. HEX triplet: C9, 34 and 3E. RGB value is (201,52,62). Sum of RGB (Red+Green+Blue) = 201+52+62=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343E is #36CBC1. Grayscale: #616161. Windows color (decimal): -3591106 or 4076745. OLE color: 4076745.

HSL color Cylindrical-coordinate representation of color #C9343E: hue angle of 355.97º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9343E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2015262-
CMYK00.740.690.21
HSL355.97º58.89%49.61%-
HSV(B)355.97º74.13%78.82%-
XYZ26.1815.226.12-
YUV97.69107.86201.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.81%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=63.81%
G=16.51%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201526200.740.690.21355.9758.8949.61
HexC9343E04A45151643b32
Octal31164760112105255447362
Binary1100100111010011111001001010100010110101101100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9343E; }

 p { color: rgb(201,52,62); }

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

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

 a { background-color: rgb(201,52,62); }

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

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

 span { border-color: rgb(201,52,62); }

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