#C8353D

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

Shades of Mahogany #C8353D

Tints of Mahogany #C8353D

Color information

#C8353D (or 0xC8353D) is unknown color: approx Mahogany. HEX triplet: C8, 35 and 3D. RGB value is (200,53,61). Sum of RGB (Red+Green+Blue) = 200+53+61=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353D is #37CAC2. Grayscale: #616161. Windows color (decimal): -3656387 or 4011464. OLE color: 4011464.

HSL color Cylindrical-coordinate representation of color #C8353D: hue angle of 356.73º 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 #C8353D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2005361-
CMYK00.740.690.22
HSL356.73º58.1%49.61%-
HSV(B)356.73º73.5%78.43%-
XYZ25.9315.165.97-
YUV97.86107.2200.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=63.69%
G=16.88%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200536100.740.690.22356.7358.149.61
HexC8353D04A45161653a32
Octal31065750112105265457262
Binary1100100011010111110101001010100010110110101100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8353D; }

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

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

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

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

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

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

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

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