#C43A40

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

Shades of Mahogany #C43A40

Tints of Mahogany #C43A40

Color information

#C43A40 (or 0xC43A40) is unknown color: approx Mahogany. HEX triplet: C4, 3A and 40. RGB value is (196,58,64). Sum of RGB (Red+Green+Blue) = 196+58+64=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A40 is #3BC5BF. Grayscale: #646464. Windows color (decimal): -3917248 or 4209348. OLE color: 4209348.

HSL color Cylindrical-coordinate representation of color #C43A40: hue angle of 357.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A40 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1965864-
CMYK00.700.670.23
HSL357.39º54.33%49.8%-
HSV(B)357.39º70.41%76.86%-
XYZ25.215.136.44-
YUV99.95107.72196.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.64%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=61.64%
G=18.24%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196586400.700.670.23357.3954.3349.8
HexC43A4004643171653632
Octal304721000106103275456662
Binary11000100111010100000001000110100001110111101100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A40; }

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

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

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

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

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

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

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

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