#C7363C

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

Shades of Mahogany #C7363C

Tints of Mahogany #C7363C

Color information

#C7363C (or 0xC7363C) is unknown color: approx Mahogany. HEX triplet: C7, 36 and 3C. RGB value is (199,54,60). Sum of RGB (Red+Green+Blue) = 199+54+60=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7363C is #38C9C3. Grayscale: #626262. Windows color (decimal): -3721668 or 3946183. OLE color: 3946183.

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

Color convert

RGB1995460-
CMYK00.730.700.22
HSL357.52º57.31%49.61%-
HSV(B)357.52º72.86%78.04%-
XYZ25.6915.115.84-
YUV98.04106.54200.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=63.58%
G=17.25%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199546000.730.700.22357.5257.3149.61
HexC7363C04946161663932
Octal30766740111106265467162
Binary1100011111011011110001001001100011010110101100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7363C; }

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

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

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

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

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

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

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

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