#C43E42

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

Shades of Mahogany #C43E42

Tints of Mahogany #C43E42

Color information

#C43E42 (or 0xC43E42) is unknown color: approx Mahogany. HEX triplet: C4, 3E and 42. RGB value is (196,62,66). Sum of RGB (Red+Green+Blue) = 196+62+66=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E42 is #3BC1BD. Grayscale: #666666. Windows color (decimal): -3916222 or 4341444. OLE color: 4341444.

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

Color convert

RGB1966266-
CMYK00.680.660.23
HSL358.21º53.17%50.59%-
HSV(B)358.21º68.37%76.86%-
XYZ25.4715.576.82-
YUV102.52107.39194.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.49%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=60.49%
G=19.14%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196626600.680.660.23358.2153.1750.59
HexC43E4204442171663533
Octal304761020104102275466563
Binary11000100111110100001001000100100001010111101100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E42; }

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

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

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

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

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

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

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

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