#CF4044

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

Shades of Mahogany #CF4044

Tints of Mahogany #CF4044

Color information

#CF4044 (or 0xCF4044) is unknown color: approx Mahogany. HEX triplet: CF, 40 and 44. RGB value is (207,64,68). Sum of RGB (Red+Green+Blue) = 207+64+68=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4044 is #30BFBB. Grayscale: #6B6B6B. Windows color (decimal): -3194812 or 4473039. OLE color: 4473039.

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

Color convert

RGB2076468-
CMYK00.690.670.19
HSL358.32º59.83%53.14%-
HSV(B)358.32º69.08%81.18%-
XYZ28.6117.357.31-
YUV107.21105.88199.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.06%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=61.06%
G=18.88%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207646800.690.670.19358.3259.8353.14
HexCF404404543131663c35
Octal3171001040105103235467465
Binary110011111000000100010001000101100001110011101100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4044; }

 p { color: rgb(207,64,68); }

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

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

 a { background-color: rgb(207,64,68); }

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

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

 span { border-color: rgb(207,64,68); }

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