#CD393C

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

Shades of Mahogany #CD393C

Tints of Mahogany #CD393C

Color information

#CD393C (or 0xCD393C) is unknown color: approx Mahogany. HEX triplet: CD, 39 and 3C. RGB value is (205,57,60). Sum of RGB (Red+Green+Blue) = 205+57+60=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD393C is #32C6C3. Grayscale: #656565. Windows color (decimal): -3327684 or 3946957. OLE color: 3946957.

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

Color convert

RGB2055760-
CMYK00.720.710.20
HSL358.78º59.68%51.37%-
HSV(B)358.78º72.2%80.39%-
XYZ27.4616.235.96-
YUV101.59104.53201.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.66%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=63.66%
G=17.70%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205576000.720.710.20358.7859.6851.37
HexCD393C04847141673c33
Octal31571740110107245477463
Binary1100110111100111110001001000100011110100101100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD393C; }

 p { color: rgb(205,57,60); }

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

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

 a { background-color: rgb(205,57,60); }

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

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

 span { border-color: rgb(205,57,60); }

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