#CE4146

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

Shades of Mahogany #CE4146

Tints of Mahogany #CE4146

Color information

#CE4146 (or 0xCE4146) is unknown color: approx Mahogany. HEX triplet: CE, 41 and 46. RGB value is (206,65,70). Sum of RGB (Red+Green+Blue) = 206+65+70=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4146 is #31BEB9. Grayscale: #6B6B6B. Windows color (decimal): -3260090 or 4604366. OLE color: 4604366.

HSL color Cylindrical-coordinate representation of color #CE4146: hue angle of 357.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4146 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB2066570-
CMYK00.680.660.19
HSL357.87º59%53.14%-
HSV(B)357.87º68.45%80.78%-
XYZ28.4517.347.64-
YUV107.73106.71198.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.41%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=60.41%
G=19.06%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206657000.680.660.19357.875953.14
HexCE414604442131663b35
Octal3161011060104102235467365
Binary110011101000001100011001000100100001010011101100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4146; }

 p { color: rgb(206,65,70); }

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

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

 a { background-color: rgb(206,65,70); }

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

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

 span { border-color: rgb(206,65,70); }

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