#CF4146

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

Shades of Mahogany #CF4146

Tints of Mahogany #CF4146

Color information

#CF4146 (or 0xCF4146) is unknown color: approx Mahogany. HEX triplet: CF, 41 and 46. RGB value is (207,65,70). Sum of RGB (Red+Green+Blue) = 207+65+70=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4146 is #30BEB9. Grayscale: #6C6C6C. Windows color (decimal): -3194554 or 4604367. OLE color: 4604367.

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

Color convert

RGB2076570-
CMYK00.690.660.19
HSL357.89º59.66%53.33%-
HSV(B)357.89º68.6%81.18%-
XYZ28.7317.497.66-
YUV108.03106.54198.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.53%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=60.53%
G=19.01%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207657000.690.660.19357.8959.6653.33
HexCF414604542131663c35
Octal3171011060105102235467465
Binary110011111000001100011001000101100001010011101100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4146; }

 p { color: rgb(207,65,70); }

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

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

 a { background-color: rgb(207,65,70); }

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

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

 span { border-color: rgb(207,65,70); }

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