#C8353A

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

Shades of Mahogany #C8353A

Tints of Mahogany #C8353A

Color information

#C8353A (or 0xC8353A) is unknown color: approx Mahogany. HEX triplet: C8, 35 and 3A. RGB value is (200,53,58). Sum of RGB (Red+Green+Blue) = 200+53+58=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353A is #37CAC5. Grayscale: #616161. Windows color (decimal): -3656390 or 3814856. OLE color: 3814856.

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

Color convert

RGB2005358-
CMYK00.740.710.22
HSL357.96º58.1%49.61%-
HSV(B)357.96º73.5%78.43%-
XYZ25.8615.135.56-
YUV97.52105.7201.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.31%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=64.31%
G=17.04%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200535800.740.710.22357.9658.149.61
HexC8353A04A47161663a32
Octal31065720112107265467262
Binary1100100011010111101001001010100011110110101100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8353A; }

 p { color: rgb(200,53,58); }

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

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

 a { background-color: rgb(200,53,58); }

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

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

 span { border-color: rgb(200,53,58); }

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