#CD353E

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

Shades of Mahogany #CD353E

Tints of Mahogany #CD353E

Color information

#CD353E (or 0xCD353E) is unknown color: approx Mahogany. HEX triplet: CD, 35 and 3E. RGB value is (205,53,62). Sum of RGB (Red+Green+Blue) = 205+53+62=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD353E is #32CAC1. Grayscale: #636363. Windows color (decimal): -3328706 or 4077005. OLE color: 4077005.

HSL color Cylindrical-coordinate representation of color #CD353E: hue angle of 356.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD353E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2055362-
CMYK00.740.700.20
HSL356.45º60.32%50.59%-
HSV(B)356.45º74.15%80.39%-
XYZ27.3215.876.18-
YUV99.47106.86203.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.06%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=64.06%
G=16.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205536200.740.700.20356.4560.3250.59
HexCD353E04A46141643c33
Octal31565760112106245447463
Binary1100110111010111111001001010100011010100101100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD353E; }

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

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

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

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

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

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

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

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