#C04044

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

Shades of Mahogany #C04044

Tints of Mahogany #C04044

Color information

#C04044 (or 0xC04044) is unknown color: approx Mahogany. HEX triplet: C0, 40 and 44. RGB value is (192,64,68). Sum of RGB (Red+Green+Blue) = 192+64+68=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C04044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04044 is #3FBFBB. Grayscale: #666666. Windows color (decimal): -4177852 or 4473024. OLE color: 4473024.

HSL color Cylindrical-coordinate representation of color #C04044: hue angle of 358.12º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04044 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1926468-
CMYK00.670.650.25
HSL358.12º50.39%50.2%-
HSV(B)358.12º66.67%75.29%-
XYZ24.6215.297.12-
YUV102.73108.41191.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=59.26%
G=19.75%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192646800.670.650.25358.1250.3950.2
HexC0404404341191663232
Octal3001001040103101315466262
Binary110000001000000100010001000011100000111001101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04044; }

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

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

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

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

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

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

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

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