Shades of Mahogany #CD2C33
Tints of Mahogany #CD2C33
RGB
CMYK
RGB Variations
Color information
#CD2C33 (or 0xCD2C33) is known color: Mahogany. HEX triplet: CD, 2C and 33. RGB value is (205,44,51). Sum of RGB (Red+Green+Blue) = 205+44+51=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C33 is #32D3CC. Grayscale: #5D5D5D. Windows color (decimal): -3331021 or 3353805. OLE color: 3353805.
HSL color Cylindrical-coordinate representation of color #CD2C33: hue angle of 357.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C33 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 51 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.20 |
| HSL | 357.39º | 0.65% | 0.49% | - |
| HSV(B) | 357.39º | 0.79% | 0.8% | - |
| XYZ | 26.68 | 15.02 | 4.63 | - |
| YUV | 92.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 51 | 0 | 0.79 | 0.75 | 0.20 | 357.39 | 0.65 | 0.49 |
| Hex | CD | 2C | 33 | 0 | 4F | 4B | 14 | 165 | 41 | 31 |
| Octal | 315 | 54 | 63 | 0 | 117 | 113 | 24 | 545 | 101 | 61 |
| Binary | 11001101 | 101100 | 110011 | 0 | 1001111 | 1001011 | 10100 | 101100101 | 1000001 | 110001 |
Color Harmonies of #CD2C33
Complementary color
Monochromatic Colors of #CD2C33
Black with #CD2C33
Text Example
Text Example
White with #CD2C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C33; }
p { color: rgb(205,44,51); }
H1.HeaderClassName
{
color: #CD2C33;
}
.AnyTagClassName
{
color: #CD2C33;
}
</style>
background-color css
<style>
a { background-color: #CD2C33; }
a { background-color: rgb(205,44,51); }
div.DivClassName
{
background-color: #CD2C33;
}
.BgClassName
{
background-color: #CD2C33;
}
</style>
border-color css
<style>
span { border-color: #CD2C33; }
span { border-color: rgb(205,44,51); }
td.TdClassName
{
border-color: #CD2C33;
}
.TagClassName
{
border-color: #CD2C33;
}
</style>