#C03E42

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

Shades of Mahogany #C03E42

Tints of Mahogany #C03E42

Color information

#C03E42 (or 0xC03E42) is unknown color: approx Mahogany. HEX triplet: C0, 3E and 42. RGB value is (192,62,66). Sum of RGB (Red+Green+Blue) = 192+62+66=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E42 is #3FC1BD. Grayscale: #656565. Windows color (decimal): -4178366 or 4341440. OLE color: 4341440.

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

Color convert

RGB1926266-
CMYK00.680.660.25
HSL358.15º51.18%49.8%-
HSV(B)358.15º67.71%75.29%-
XYZ24.4415.056.77-
YUV101.33108.07192.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=60%
G=19.38%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192626600.680.660.25358.1551.1849.8
HexC03E4204442191663332
Octal300761020104102315466362
Binary11000000111110100001001000100100001011001101100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E42; }

 p { color: rgb(192,62,66); }

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

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

 a { background-color: rgb(192,62,66); }

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

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

 span { border-color: rgb(192,62,66); }

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