#CD323C

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

Shades of Mahogany #CD323C

Tints of Mahogany #CD323C

Color information

#CD323C (or 0xCD323C) is unknown color: approx Mahogany. HEX triplet: CD, 32 and 3C. RGB value is (205,50,60). Sum of RGB (Red+Green+Blue) = 205+50+60=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD323C is #32CDC3. Grayscale: #616161. Windows color (decimal): -3329476 or 3945165. OLE color: 3945165.

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

Color convert

RGB2055060-
CMYK00.760.710.20
HSL356.13º60.78%50%-
HSV(B)356.13º75.61%80.39%-
XYZ27.1315.595.85-
YUV97.48106.85204.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.08%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=65.08%
G=15.87%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205506000.760.710.20356.1360.7850
HexCD323C04C47141643d32
Octal31562740114107245447562
Binary1100110111001011110001001100100011110100101100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD323C; }

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

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

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

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

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

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

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

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