Shades of Mahogany #CB4146
Tints of Mahogany #CB4146
RGB
CMYK
RGB Variations
Color information
#CB4146 (or 0xCB4146) is known color: Mahogany. HEX triplet: CB, 41 and 46. RGB value is (203,65,70). Sum of RGB (Red+Green+Blue) = 203+65+70=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4146 is #34BEB9. Grayscale: #6A6A6A. Windows color (decimal): -3456698 or 4604363. OLE color: 4604363.
HSL color Cylindrical-coordinate representation of color #CB4146: hue angle of 357.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4146 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 70 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.20 |
| HSL | 357.83º | 0.57% | 0.53% | - |
| HSV(B) | 357.83º | 0.68% | 0.8% | - |
| XYZ | 27.62 | 16.92 | 7.6 | - |
| YUV | 106.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 70 | 0 | 0.68 | 0.66 | 0.20 | 357.83 | 0.57 | 0.53 |
| Hex | CB | 41 | 46 | 0 | 44 | 42 | 14 | 166 | 39 | 35 |
| Octal | 313 | 101 | 106 | 0 | 104 | 102 | 24 | 546 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1000110 | 0 | 1000100 | 1000010 | 10100 | 101100110 | 111001 | 110101 |
Color Harmonies of #CB4146
Complementary color
Monochromatic Colors of #CB4146
Black with #CB4146
Text Example
Text Example
White with #CB4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4146; }
p { color: rgb(203,65,70); }
H1.HeaderClassName
{
color: #CB4146;
}
.AnyTagClassName
{
color: #CB4146;
}
</style>
background-color css
<style>
a { background-color: #CB4146; }
a { background-color: rgb(203,65,70); }
div.DivClassName
{
background-color: #CB4146;
}
.BgClassName
{
background-color: #CB4146;
}
</style>
border-color css
<style>
span { border-color: #CB4146; }
span { border-color: rgb(203,65,70); }
td.TdClassName
{
border-color: #CB4146;
}
.TagClassName
{
border-color: #CB4146;
}
</style>