#C84142

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

Shades of Mahogany #C84142

Tints of Mahogany #C84142

Color information

#C84142 (or 0xC84142) is unknown color: approx Mahogany. HEX triplet: C8, 41 and 42. RGB value is (200,65,66). Sum of RGB (Red+Green+Blue) = 200+65+66=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C84142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84142 is #37BEBD. Grayscale: #696969. Windows color (decimal): -3653310 or 4342216. OLE color: 4342216.

HSL color Cylindrical-coordinate representation of color #C84142: hue angle of 359.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84142 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB2006566-
CMYK00.680.670.22
HSL359.56º55.1%51.96%-
HSV(B)359.56º67.5%78.43%-
XYZ26.6916.456.92-
YUV105.48105.73195.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=60.42%
G=19.64%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200656600.680.670.22359.5655.151.96
HexC8414204443161683734
Octal3101011020104103265506764
Binary110010001000001100001001000100100001110110101101000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84142; }

 p { color: rgb(200,65,66); }

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

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

 a { background-color: rgb(200,65,66); }

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

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

 span { border-color: rgb(200,65,66); }

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