#CE353C

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

Shades of Mahogany #CE353C

Tints of Mahogany #CE353C

Color information

#CE353C (or 0xCE353C) is unknown color: approx Mahogany. HEX triplet: CE, 35 and 3C. RGB value is (206,53,60). Sum of RGB (Red+Green+Blue) = 206+53+60=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE353C is #31CAC3. Grayscale: #636363. Windows color (decimal): -3263172 or 3945934. OLE color: 3945934.

HSL color Cylindrical-coordinate representation of color #CE353C: hue angle of 357.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE353C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2065360-
CMYK00.740.710.19
HSL357.25º60.96%50.78%-
HSV(B)357.25º74.27%80.78%-
XYZ27.5415.995.91-
YUV99.54105.69203.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.58%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=64.58%
G=16.61%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206536000.740.710.19357.2560.9650.78
HexCE353C04A47131653d33
Octal31665740112107235457563
Binary1100111011010111110001001010100011110011101100101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE353C; }

 p { color: rgb(206,53,60); }

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

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

 a { background-color: rgb(206,53,60); }

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

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

 span { border-color: rgb(206,53,60); }

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