#C24144

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

Shades of Mahogany #C24144

Tints of Mahogany #C24144

Color information

#C24144 (or 0xC24144) is unknown color: approx Mahogany. HEX triplet: C2, 41 and 44. RGB value is (194,65,68). Sum of RGB (Red+Green+Blue) = 194+65+68=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24144 is #3DBEBB. Grayscale: #686868. Windows color (decimal): -4046524 or 4473282. OLE color: 4473282.

HSL color Cylindrical-coordinate representation of color #C24144: hue angle of 358.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24144 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1946568-
CMYK00.660.650.24
HSL358.6º51.39%50.78%-
HSV(B)358.6º66.49%76.08%-
XYZ25.1815.677.17-
YUV103.91107.74192.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=59.33%
G=19.88%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194656800.660.650.24358.651.3950.78
HexC2414404241181673333
Octal3021011040102101305476363
Binary110000101000001100010001000010100000111000101100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24144; }

 p { color: rgb(194,65,68); }

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

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

 a { background-color: rgb(194,65,68); }

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

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

 span { border-color: rgb(194,65,68); }

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