#CE4144

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

Shades of Mahogany #CE4144

Tints of Mahogany #CE4144

Color information

#CE4144 (or 0xCE4144) is unknown color: approx Mahogany. HEX triplet: CE, 41 and 44. RGB value is (206,65,68). Sum of RGB (Red+Green+Blue) = 206+65+68=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4144 is #31BEBB. Grayscale: #6B6B6B. Windows color (decimal): -3260092 or 4473294. OLE color: 4473294.

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

Color convert

RGB2066568-
CMYK00.680.670.19
HSL358.72º59%53.14%-
HSV(B)358.72º68.45%80.78%-
XYZ28.3917.327.32-
YUV107.5105.71198.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.77%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=60.77%
G=19.17%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206656800.680.670.19358.725953.14
HexCE414404443131673b35
Octal3161011040104103235477365
Binary110011101000001100010001000100100001110011101100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4144; }

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

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

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

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

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

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

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

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