#C04041

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

Shades of Mahogany #C04041

Tints of Mahogany #C04041

Color information

#C04041 (or 0xC04041) is unknown color: approx Mahogany. HEX triplet: C0, 40 and 41. RGB value is (192,64,65). Sum of RGB (Red+Green+Blue) = 192+64+65=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C04041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04041 is #3FBFBE. Grayscale: #666666. Windows color (decimal): -4177855 or 4276416. OLE color: 4276416.

HSL color Cylindrical-coordinate representation of color #C04041: hue angle of 359.53º 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 #C04041 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1926465-
CMYK00.670.660.25
HSL359.53º50.39%50.2%-
HSV(B)359.53º66.67%75.29%-
XYZ24.5315.256.65-
YUV102.39106.91191.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=59.81%
G=19.94%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192646500.670.660.25359.5350.3950.2
HexC0404104342191683232
Octal3001001010103102315506262
Binary110000001000000100000101000011100001011001101101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04041; }

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

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

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

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

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

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

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

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