#C43F40

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

Shades of Mahogany #C43F40

Tints of Mahogany #C43F40

Color information

#C43F40 (or 0xC43F40) is unknown color: approx Mahogany. HEX triplet: C4, 3F and 40. RGB value is (196,63,64). Sum of RGB (Red+Green+Blue) = 196+63+64=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F40 is #3BC0BF. Grayscale: #676767. Windows color (decimal): -3915968 or 4210628. OLE color: 4210628.

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

Color convert

RGB1966364-
CMYK00.680.670.23
HSL359.55º52.99%50.78%-
HSV(B)359.55º67.86%76.86%-
XYZ25.4715.666.53-
YUV102.88106.06194.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.68%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=60.68%
G=19.50%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196636400.680.670.23359.5552.9950.78
HexC43F4004443171683533
Octal304771000104103275506563
Binary11000100111111100000001000100100001110111101101000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F40; }

 p { color: rgb(196,63,64); }

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

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

 a { background-color: rgb(196,63,64); }

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

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

 span { border-color: rgb(196,63,64); }

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