#C84045

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

Shades of Mahogany #C84045

Tints of Mahogany #C84045

Color information

#C84045 (or 0xC84045) is unknown color: approx Mahogany. HEX triplet: C8, 40 and 45. RGB value is (200,64,69). Sum of RGB (Red+Green+Blue) = 200+64+69=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C84045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84045 is #37BFBA. Grayscale: #696969. Windows color (decimal): -3653563 or 4538568. OLE color: 4538568.

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

Color convert

RGB2006469-
CMYK00.680.660.22
HSL357.79º55.28%51.76%-
HSV(B)357.79º68%78.43%-
XYZ26.7316.387.38-
YUV105.23107.56195.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.06%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=60.06%
G=19.22%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200646900.680.660.22357.7955.2851.76
HexC8404504442161663734
Octal3101001050104102265466764
Binary110010001000000100010101000100100001010110101100110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84045; }

 p { color: rgb(200,64,69); }

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

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

 a { background-color: rgb(200,64,69); }

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

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

 span { border-color: rgb(200,64,69); }

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