#CD4046

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

Shades of Mahogany #CD4046

Tints of Mahogany #CD4046

Color information

#CD4046 (or 0xCD4046) is unknown color: approx Mahogany. HEX triplet: CD, 40 and 46. RGB value is (205,64,70). Sum of RGB (Red+Green+Blue) = 205+64+70=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4046 is #32BFB9. Grayscale: #6A6A6A. Windows color (decimal): -3325882 or 4604109. OLE color: 4604109.

HSL color Cylindrical-coordinate representation of color #CD4046: hue angle of 357.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4046 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2056470-
CMYK00.690.660.20
HSL357.45º58.51%52.75%-
HSV(B)357.45º68.78%80.39%-
XYZ28.1217.097.61-
YUV106.84107.21198.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=60.47%
G=18.88%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205647000.690.660.20357.4558.5152.75
HexCD404604542141653b35
Octal3151001060105102245457365
Binary110011011000000100011001000101100001010100101100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4046; }

 p { color: rgb(205,64,70); }

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

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

 a { background-color: rgb(205,64,70); }

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

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

 span { border-color: rgb(205,64,70); }

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