Shades of Mahogany #CD303C
Tints of Mahogany #CD303C
RGB
CMYK
RGB Variations
Color information
#CD303C (or 0xCD303C) is known color: Mahogany. HEX triplet: CD, 30 and 3C. RGB value is (205,48,60). Sum of RGB (Red+Green+Blue) = 205+48+60=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD303C is #32CFC3. Grayscale: #606060. Windows color (decimal): -3329988 or 3944653. OLE color: 3944653.
HSL color Cylindrical-coordinate representation of color #CD303C: hue angle of 355.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD303C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.20 |
| HSL | 355.41º | 0.62% | 0.5% | - |
| HSV(B) | 355.41º | 0.77% | 0.8% | - |
| XYZ | 27.05 | 15.42 | 5.83 | - |
| YUV | 96.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 60 | 0 | 0.77 | 0.71 | 0.20 | 355.41 | 0.62 | 0.5 |
| Hex | CD | 30 | 3C | 0 | 4D | 47 | 14 | 163 | 3E | 32 |
| Octal | 315 | 60 | 74 | 0 | 115 | 107 | 24 | 543 | 76 | 62 |
| Binary | 11001101 | 110000 | 111100 | 0 | 1001101 | 1000111 | 10100 | 101100011 | 111110 | 110010 |
Color Harmonies of #CD303C
Complementary color
Monochromatic Colors of #CD303C
Black with #CD303C
Text Example
Text Example
White with #CD303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD303C; }
p { color: rgb(205,48,60); }
H1.HeaderClassName
{
color: #CD303C;
}
.AnyTagClassName
{
color: #CD303C;
}
</style>
background-color css
<style>
a { background-color: #CD303C; }
a { background-color: rgb(205,48,60); }
div.DivClassName
{
background-color: #CD303C;
}
.BgClassName
{
background-color: #CD303C;
}
</style>
border-color css
<style>
span { border-color: #CD303C; }
span { border-color: rgb(205,48,60); }
td.TdClassName
{
border-color: #CD303C;
}
.TagClassName
{
border-color: #CD303C;
}
</style>