#C94447

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

Shades of Mahogany #C94447

Tints of Mahogany #C94447

Color information

#C94447 (or 0xC94447) is unknown color: approx Mahogany. HEX triplet: C9, 44 and 47. RGB value is (201,68,71). Sum of RGB (Red+Green+Blue) = 201+68+71=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94447 is #36BBB8. Grayscale: #6C6C6C. Windows color (decimal): -3587001 or 4670665. OLE color: 4670665.

HSL color Cylindrical-coordinate representation of color #C94447: hue angle of 358.65º 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 #C94447 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2016871-
CMYK00.660.650.21
HSL358.65º55.19%52.75%-
HSV(B)358.65º66.17%78.82%-
XYZ27.2917.017.81-
YUV108.11107.06194.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=59.12%
G=20%
B=20.88%

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
Decimal201687100.660.650.21358.6555.1952.75
HexC9444704241151673735
Octal3111041070102101255476765
Binary110010011000100100011101000010100000110101101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94447; }

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

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

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

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

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

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

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

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