#CE4147

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

Shades of Mahogany #CE4147

Tints of Mahogany #CE4147

Color information

#CE4147 (or 0xCE4147) is unknown color: approx Mahogany. HEX triplet: CE, 41 and 47. RGB value is (206,65,71). Sum of RGB (Red+Green+Blue) = 206+65+71=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4147 is #31BEB8. Grayscale: #6B6B6B. Windows color (decimal): -3260089 or 4669902. OLE color: 4669902.

HSL color Cylindrical-coordinate representation of color #CE4147: hue angle of 357.45º 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 #CE4147 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB2066571-
CMYK00.680.660.19
HSL357.45º59%53.14%-
HSV(B)357.45º68.45%80.78%-
XYZ28.4817.367.81-
YUV107.84107.21198.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.23%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=60.23%
G=19.01%
B=20.76%

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
Decimal206657100.680.660.19357.455953.14
HexCE414704442131653b35
Octal3161011070104102235457365
Binary110011101000001100011101000100100001010011101100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4147; }

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

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

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

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

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

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

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

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