Shades of Mahogany #CB2C36
Tints of Mahogany #CB2C36
RGB
CMYK
RGB Variations
Color information
#CB2C36 (or 0xCB2C36) is known color: Mahogany. HEX triplet: CB, 2C and 36. RGB value is (203,44,54). Sum of RGB (Red+Green+Blue) = 203+44+54=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C36 is #34D3C9. Grayscale: #5C5C5C. Windows color (decimal): -3462090 or 3550411. OLE color: 3550411.
HSL color Cylindrical-coordinate representation of color #CB2C36: hue angle of 356.23º 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 #CB2C36 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 54 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.20 |
| HSL | 356.23º | 0.64% | 0.48% | - |
| HSV(B) | 356.23º | 0.78% | 0.8% | - |
| XYZ | 26.2 | 14.76 | 4.96 | - |
| YUV | 92.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 54 | 0 | 0.78 | 0.73 | 0.20 | 356.23 | 0.64 | 0.48 |
| Hex | CB | 2C | 36 | 0 | 4E | 49 | 14 | 164 | 40 | 30 |
| Octal | 313 | 54 | 66 | 0 | 116 | 111 | 24 | 544 | 100 | 60 |
| Binary | 11001011 | 101100 | 110110 | 0 | 1001110 | 1001001 | 10100 | 101100100 | 1000000 | 110000 |
Color Harmonies of #CB2C36
Complementary color
Monochromatic Colors of #CB2C36
Black with #CB2C36
Text Example
Text Example
White with #CB2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C36; }
p { color: rgb(203,44,54); }
H1.HeaderClassName
{
color: #CB2C36;
}
.AnyTagClassName
{
color: #CB2C36;
}
</style>
background-color css
<style>
a { background-color: #CB2C36; }
a { background-color: rgb(203,44,54); }
div.DivClassName
{
background-color: #CB2C36;
}
.BgClassName
{
background-color: #CB2C36;
}
</style>
border-color css
<style>
span { border-color: #CB2C36; }
span { border-color: rgb(203,44,54); }
td.TdClassName
{
border-color: #CB2C36;
}
.TagClassName
{
border-color: #CB2C36;
}
</style>