#C6363E

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

Shades of Mahogany #C6363E

Tints of Mahogany #C6363E

Color information

#C6363E (or 0xC6363E) is unknown color: approx Mahogany. HEX triplet: C6, 36 and 3E. RGB value is (198,54,62). Sum of RGB (Red+Green+Blue) = 198+54+62=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6363E is #39C9C1. Grayscale: #626262. Windows color (decimal): -3787202 or 4077254. OLE color: 4077254.

HSL color Cylindrical-coordinate representation of color #C6363E: hue angle of 356.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6363E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1985462-
CMYK00.730.690.22
HSL356.67º57.14%49.41%-
HSV(B)356.67º72.73%77.65%-
XYZ25.4814.996.11-
YUV97.97107.71199.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.06%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=63.06%
G=17.20%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198546200.730.690.22356.6757.1449.41
HexC6363E04945161653931
Octal30666760111105265457161
Binary1100011011011011111001001001100010110110101100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6363E; }

 p { color: rgb(198,54,62); }

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

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

 a { background-color: rgb(198,54,62); }

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

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

 span { border-color: rgb(198,54,62); }

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