#CD4042

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

Shades of Mahogany #CD4042

Tints of Mahogany #CD4042

Color information

#CD4042 (or 0xCD4042) is unknown color: approx Mahogany. HEX triplet: CD, 40 and 42. RGB value is (205,64,66). Sum of RGB (Red+Green+Blue) = 205+64+66=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4042 is #32BFBD. Grayscale: #6A6A6A. Windows color (decimal): -3325886 or 4341965. OLE color: 4341965.

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

Color convert

RGB2056466-
CMYK00.690.680.20
HSL359.15º58.51%52.75%-
HSV(B)359.15º68.78%80.39%-
XYZ27.9917.046.97-
YUV106.39105.21198.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=61.19%
G=19.10%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205646600.690.680.20359.1558.5152.75
HexCD404204544141673b35
Octal3151001020105104245477365
Binary110011011000000100001001000101100010010100101100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4042; }

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

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

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

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

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

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

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

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