#C7393C

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

Shades of Mahogany #C7393C

Tints of Mahogany #C7393C

Color information

#C7393C (or 0xC7393C) is unknown color: approx Mahogany. HEX triplet: C7, 39 and 3C. RGB value is (199,57,60). Sum of RGB (Red+Green+Blue) = 199+57+60=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7393C is #38C6C3. Grayscale: #636363. Windows color (decimal): -3720900 or 3946951. OLE color: 3946951.

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

Color convert

RGB1995760-
CMYK00.710.700.22
HSL358.73º55.91%50.2%-
HSV(B)358.73º71.36%78.04%-
XYZ25.8315.395.88-
YUV99.8105.54198.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=62.97%
G=18.04%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199576000.710.700.22358.7355.9150.2
HexC7393C04746161673832
Octal30771740107106265477062
Binary1100011111100111110001000111100011010110101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7393C; }

 p { color: rgb(199,57,60); }

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

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

 a { background-color: rgb(199,57,60); }

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

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

 span { border-color: rgb(199,57,60); }

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