#C24044

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

Shades of Mahogany #C24044

Tints of Mahogany #C24044

Color information

#C24044 (or 0xC24044) is unknown color: approx Mahogany. HEX triplet: C2, 40 and 44. RGB value is (194,64,68). Sum of RGB (Red+Green+Blue) = 194+64+68=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24044 is #3DBFBB. Grayscale: #676767. Windows color (decimal): -4046780 or 4473026. OLE color: 4473026.

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

Color convert

RGB1946468-
CMYK00.670.650.24
HSL358.15º51.59%50.59%-
HSV(B)358.15º67.01%76.08%-
XYZ25.1215.557.15-
YUV103.33108.07192.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=59.51%
G=19.63%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194646800.670.650.24358.1551.5950.59
HexC2404404341181663433
Octal3021001040103101305466463
Binary110000101000000100010001000011100000111000101100110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24044; }

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

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

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

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

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

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

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

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