#C94446

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

Shades of Mahogany #C94446

Tints of Mahogany #C94446

Color information

#C94446 (or 0xC94446) is unknown color: approx Mahogany. HEX triplet: C9, 44 and 46. RGB value is (201,68,70). Sum of RGB (Red+Green+Blue) = 201+68+70=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94446 is #36BBB9. Grayscale: #6C6C6C. Windows color (decimal): -3587002 or 4605129. OLE color: 4605129.

HSL color Cylindrical-coordinate representation of color #C94446: hue angle of 359.1º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94446 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2016870-
CMYK00.660.650.21
HSL359.1º55.19%52.75%-
HSV(B)359.1º66.17%78.82%-
XYZ27.2616.997.64-
YUV107.99106.56194.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=59.29%
G=20.06%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201687000.660.650.21359.155.1952.75
HexC9444604241151673735
Octal3111041060102101255476765
Binary110010011000100100011001000010100000110101101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94446; }

 p { color: rgb(201,68,70); }

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

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

 a { background-color: rgb(201,68,70); }

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

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

 span { border-color: rgb(201,68,70); }

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