#C6373F

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

Shades of Mahogany #C6373F

Tints of Mahogany #C6373F

Color information

#C6373F (or 0xC6373F) is unknown color: approx Mahogany. HEX triplet: C6, 37 and 3F. RGB value is (198,55,63). Sum of RGB (Red+Green+Blue) = 198+55+63=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6373F is #39C8C0. Grayscale: #626262. Windows color (decimal): -3786945 or 4143046. OLE color: 4143046.

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

Color convert

RGB1985563-
CMYK00.720.680.22
HSL356.64º56.52%49.61%-
HSV(B)356.64º72.22%77.65%-
XYZ25.5515.16.27-
YUV98.67107.88198.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 63 (25% from 255) = 19.94%
R=62.66%
G=17.41%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198556300.720.680.22356.6456.5249.61
HexC6373F04844161653932
Octal30667770110104265457162
Binary1100011011011111111101001000100010010110101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6373F; }

 p { color: rgb(198,55,63); }

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

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

 a { background-color: rgb(198,55,63); }

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

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

 span { border-color: rgb(198,55,63); }

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