#C0373E

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

Shades of Mahogany #C0373E

Tints of Mahogany #C0373E

Color information

#C0373E (or 0xC0373E) is unknown color: approx Mahogany. HEX triplet: C0, 37 and 3E. RGB value is (192,55,62). Sum of RGB (Red+Green+Blue) = 192+55+62=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0373E is #3FC8C1. Grayscale: #606060. Windows color (decimal): -4180162 or 4077504. OLE color: 4077504.

HSL color Cylindrical-coordinate representation of color #C0373E: hue angle of 356.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0373E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1925562-
CMYK00.710.680.25
HSL356.93º55.47%48.43%-
HSV(B)356.93º71.35%75.29%-
XYZ23.9714.296.05-
YUV96.76108.39195.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.14%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=62.14%
G=17.80%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192556200.710.680.25356.9355.4748.43
HexC0373E04744191653730
Octal30067760107104315456760
Binary1100000011011111111001000111100010011001101100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0373E; }

 p { color: rgb(192,55,62); }

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

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

 a { background-color: rgb(192,55,62); }

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

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

 span { border-color: rgb(192,55,62); }

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