#C8353E

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

Shades of Mahogany #C8353E

Tints of Mahogany #C8353E

Color information

#C8353E (or 0xC8353E) is unknown color: approx Mahogany. HEX triplet: C8, 35 and 3E. RGB value is (200,53,62). Sum of RGB (Red+Green+Blue) = 200+53+62=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8353E is #37CAC1. Grayscale: #626262. Windows color (decimal): -3656386 or 4077000. OLE color: 4077000.

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

Color convert

RGB2005362-
CMYK00.740.690.22
HSL356.33º58.1%49.61%-
HSV(B)356.33º73.5%78.43%-
XYZ25.9615.176.12-
YUV97.98107.7200.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=63.49%
G=16.83%
B=19.68%

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
Decimal200536200.740.690.22356.3358.149.61
HexC8353E04A45161643a32
Octal31065760112105265447262
Binary1100100011010111111001001010100010110110101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8353E; }

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

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

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

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

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

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

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

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