Shades of Mahogany #CB2C38
Tints of Mahogany #CB2C38
RGB
CMYK
RGB Variations
Color information
#CB2C38 (or 0xCB2C38) is known color: Mahogany. HEX triplet: CB, 2C and 38. RGB value is (203,44,56). Sum of RGB (Red+Green+Blue) = 203+44+56=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C38 is #34D3C7. Grayscale: #5D5D5D. Windows color (decimal): -3462088 or 3681483. OLE color: 3681483.
HSL color Cylindrical-coordinate representation of color #CB2C38: hue angle of 355.47º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C38 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 56 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.20 |
| HSL | 355.47º | 0.64% | 0.48% | - |
| HSV(B) | 355.47º | 0.78% | 0.8% | - |
| XYZ | 26.24 | 14.78 | 5.21 | - |
| YUV | 92.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 56 | 0 | 0.78 | 0.72 | 0.20 | 355.47 | 0.64 | 0.48 |
| Hex | CB | 2C | 38 | 0 | 4E | 48 | 14 | 163 | 40 | 30 |
| Octal | 313 | 54 | 70 | 0 | 116 | 110 | 24 | 543 | 100 | 60 |
| Binary | 11001011 | 101100 | 111000 | 0 | 1001110 | 1001000 | 10100 | 101100011 | 1000000 | 110000 |
Color Harmonies of #CB2C38
Complementary color
Monochromatic Colors of #CB2C38
Black with #CB2C38
Text Example
Text Example
White with #CB2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C38; }
p { color: rgb(203,44,56); }
H1.HeaderClassName
{
color: #CB2C38;
}
.AnyTagClassName
{
color: #CB2C38;
}
</style>
background-color css
<style>
a { background-color: #CB2C38; }
a { background-color: rgb(203,44,56); }
div.DivClassName
{
background-color: #CB2C38;
}
.BgClassName
{
background-color: #CB2C38;
}
</style>
border-color css
<style>
span { border-color: #CB2C38; }
span { border-color: rgb(203,44,56); }
td.TdClassName
{
border-color: #CB2C38;
}
.TagClassName
{
border-color: #CB2C38;
}
</style>