#CE393F

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

Shades of Mahogany #CE393F

Tints of Mahogany #CE393F

Color information

#CE393F (or 0xCE393F) is unknown color: approx Mahogany. HEX triplet: CE, 39 and 3F. RGB value is (206,57,63). Sum of RGB (Red+Green+Blue) = 206+57+63=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE393F is #31C6C0. Grayscale: #666666. Windows color (decimal): -3262145 or 4143566. OLE color: 4143566.

HSL color Cylindrical-coordinate representation of color #CE393F: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE393F is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2065763-
CMYK00.720.690.19
HSL357.58º60.32%51.57%-
HSV(B)357.58º72.33%80.78%-
XYZ27.8116.416.4-
YUV102.24105.86202.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.19%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 63 (25% from 255) = 19.33%
R=63.19%
G=17.48%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206576300.720.690.19357.5860.3251.57
HexCE393F04845131663c34
Octal31671770110105235467464
Binary1100111011100111111101001000100010110011101100110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE393F; }

 p { color: rgb(206,57,63); }

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

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

 a { background-color: rgb(206,57,63); }

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

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

 span { border-color: rgb(206,57,63); }

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