#C44246

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

Shades of Mahogany #C44246

Tints of Mahogany #C44246

Color information

#C44246 (or 0xC44246) is unknown color: approx Mahogany. HEX triplet: C4, 42 and 46. RGB value is (196,66,70). Sum of RGB (Red+Green+Blue) = 196+66+70=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44246 is #3BBDB9. Grayscale: #696969. Windows color (decimal): -3915194 or 4604612. OLE color: 4604612.

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

Color convert

RGB1966670-
CMYK00.660.640.23
HSL358.15º52.42%51.37%-
HSV(B)358.15º66.33%76.86%-
XYZ25.8216.077.54-
YUV105.33108.07192.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.04%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=59.04%
G=19.88%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196667000.660.640.23358.1552.4251.37
HexC4424604240171663433
Octal3041021060102100275466463
Binary110001001000010100011001000010100000010111101100110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44246; }

 p { color: rgb(196,66,70); }

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

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

 a { background-color: rgb(196,66,70); }

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

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

 span { border-color: rgb(196,66,70); }

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