#C9353A

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

Shades of Mahogany #C9353A

Tints of Mahogany #C9353A

Color information

#C9353A (or 0xC9353A) is unknown color: approx Mahogany. HEX triplet: C9, 35 and 3A. RGB value is (201,53,58). Sum of RGB (Red+Green+Blue) = 201+53+58=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9353A is #36CAC5. Grayscale: #616161. Windows color (decimal): -3590854 or 3814857. OLE color: 3814857.

HSL color Cylindrical-coordinate representation of color #C9353A: hue angle of 357.97º degrees, saturation: 0.58, 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 #C9353A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2015358-
CMYK00.740.710.21
HSL357.97º58.27%49.8%-
HSV(B)357.97º73.63%78.82%-
XYZ26.1215.275.57-
YUV97.82105.53201.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.42%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=64.42%
G=16.99%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201535800.740.710.21357.9758.2749.8
HexC9353A04A47151663a32
Octal31165720112107255467262
Binary1100100111010111101001001010100011110101101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9353A; }

 p { color: rgb(201,53,58); }

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

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

 a { background-color: rgb(201,53,58); }

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

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

 span { border-color: rgb(201,53,58); }

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