#C54447

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

Shades of Mahogany #C54447

Tints of Mahogany #C54447

Color information

#C54447 (or 0xC54447) is unknown color: approx Mahogany. HEX triplet: C5, 44 and 47. RGB value is (197,68,71). Sum of RGB (Red+Green+Blue) = 197+68+71=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C54447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54447 is #3ABBB8. Grayscale: #6B6B6B. Windows color (decimal): -3849145 or 4670661. OLE color: 4670661.

HSL color Cylindrical-coordinate representation of color #C54447: hue angle of 358.6º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54447 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1976871-
CMYK00.650.640.23
HSL358.6º52.65%51.96%-
HSV(B)358.6º65.48%77.25%-
XYZ26.2316.467.76-
YUV106.91107.74192.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.63%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=58.63%
G=20.24%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197687100.650.640.23358.652.6551.96
HexC5444704140171673534
Octal3051041070101100275476564
Binary110001011000100100011101000001100000010111101100111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54447; }

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

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

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

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

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

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

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

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