#CE3E44

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

Shades of Mahogany #CE3E44

Tints of Mahogany #CE3E44

Color information

#CE3E44 (or 0xCE3E44) is unknown color: approx Mahogany. HEX triplet: CE, 3E and 44. RGB value is (206,62,68). Sum of RGB (Red+Green+Blue) = 206+62+68=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E44 is #31C1BB. Grayscale: #696969. Windows color (decimal): -3260860 or 4472526. OLE color: 4472526.

HSL color Cylindrical-coordinate representation of color #CE3E44: hue angle of 357.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E44 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2066268-
CMYK00.700.670.19
HSL357.5º59.5%52.55%-
HSV(B)357.5º69.9%80.78%-
XYZ28.2216.987.26-
YUV105.74106.71199.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.31%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=61.31%
G=18.45%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206626800.700.670.19357.559.552.55
HexCE3E4404643131663c35
Octal316761040106103235467465
Binary11001110111110100010001000110100001110011101100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3E44; }

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

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

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

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

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

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

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

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