#CD3E43

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

Shades of Mahogany #CD3E43

Tints of Mahogany #CD3E43

Color information

#CD3E43 (or 0xCD3E43) is unknown color: approx Mahogany. HEX triplet: CD, 3E and 43. RGB value is (205,62,67). Sum of RGB (Red+Green+Blue) = 205+62+67=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E43 is #32C1BC. Grayscale: #696969. Windows color (decimal): -3326397 or 4406989. OLE color: 4406989.

HSL color Cylindrical-coordinate representation of color #CD3E43: hue angle of 357.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E43 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2056267-
CMYK00.700.670.20
HSL357.9º58.85%52.35%-
HSV(B)357.9º69.76%80.39%-
XYZ27.9116.837.09-
YUV105.33106.38199.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.38%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=61.38%
G=18.56%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205626700.700.670.20357.958.8552.35
HexCD3E4304643141663b34
Octal315761030106103245467364
Binary11001101111110100001101000110100001110100101100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E43; }

 p { color: rgb(205,62,67); }

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

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

 a { background-color: rgb(205,62,67); }

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

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

 span { border-color: rgb(205,62,67); }

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