#CE4145

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

Shades of Mahogany #CE4145

Tints of Mahogany #CE4145

Color information

#CE4145 (or 0xCE4145) is unknown color: approx Mahogany. HEX triplet: CE, 41 and 45. RGB value is (206,65,69). Sum of RGB (Red+Green+Blue) = 206+65+69=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4145 is #31BEBA. Grayscale: #6B6B6B. Windows color (decimal): -3260091 or 4538830. OLE color: 4538830.

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

Color convert

RGB2066569-
CMYK00.680.670.19
HSL358.3º59%53.14%-
HSV(B)358.3º68.45%80.78%-
XYZ28.4217.337.48-
YUV107.62106.21198.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=60.59%
G=19.12%
B=20.29%

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
Decimal206656900.680.670.19358.35953.14
HexCE414504443131663b35
Octal3161011050104103235467365
Binary110011101000001100010101000100100001110011101100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4145; }

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

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

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

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

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

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

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

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