#C84446

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

Shades of Mahogany #C84446

Tints of Mahogany #C84446

Color information

#C84446 (or 0xC84446) is unknown color: approx Mahogany. HEX triplet: C8, 44 and 46. RGB value is (200,68,70). Sum of RGB (Red+Green+Blue) = 200+68+70=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84446 is #37BBB9. Grayscale: #6B6B6B. Windows color (decimal): -3652538 or 4605128. OLE color: 4605128.

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

Color convert

RGB2006870-
CMYK00.660.650.22
HSL359.09º54.55%52.55%-
HSV(B)359.09º66%78.43%-
XYZ26.9916.867.63-
YUV107.7106.73193.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=59.17%
G=20.12%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200687000.660.650.22359.0954.5552.55
HexC8444604241161673735
Octal3101041060102101265476765
Binary110010001000100100011001000010100000110110101100111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84446; }

 p { color: rgb(200,68,70); }

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

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

 a { background-color: rgb(200,68,70); }

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

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

 span { border-color: rgb(200,68,70); }

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