Shades of Mahogany #CB3C41
Tints of Mahogany #CB3C41
RGB
CMYK
RGB Variations
Color information
#CB3C41 (or 0xCB3C41) is known color: Mahogany. HEX triplet: CB, 3C and 41. RGB value is (203,60,65). Sum of RGB (Red+Green+Blue) = 203+60+65=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C41 is #34C3BE. Grayscale: #676767. Windows color (decimal): -3457983 or 4275403. OLE color: 4275403.
HSL color Cylindrical-coordinate representation of color #CB3C41: hue angle of 357.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 65 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.20 |
| HSL | 357.9º | 0.58% | 0.52% | - |
| HSV(B) | 357.9º | 0.7% | 0.8% | - |
| XYZ | 27.2 | 16.31 | 6.72 | - |
| YUV | 103.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 65 | 0 | 0.70 | 0.68 | 0.20 | 357.9 | 0.58 | 0.52 |
| Hex | CB | 3C | 41 | 0 | 46 | 44 | 14 | 166 | 3A | 34 |
| Octal | 313 | 74 | 101 | 0 | 106 | 104 | 24 | 546 | 72 | 64 |
| Binary | 11001011 | 111100 | 1000001 | 0 | 1000110 | 1000100 | 10100 | 101100110 | 111010 | 110100 |
Color Harmonies of #CB3C41
Complementary color
Monochromatic Colors of #CB3C41
Black with #CB3C41
Text Example
Text Example
White with #CB3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C41; }
p { color: rgb(203,60,65); }
H1.HeaderClassName
{
color: #CB3C41;
}
.AnyTagClassName
{
color: #CB3C41;
}
</style>
background-color css
<style>
a { background-color: #CB3C41; }
a { background-color: rgb(203,60,65); }
div.DivClassName
{
background-color: #CB3C41;
}
.BgClassName
{
background-color: #CB3C41;
}
</style>
border-color css
<style>
span { border-color: #CB3C41; }
span { border-color: rgb(203,60,65); }
td.TdClassName
{
border-color: #CB3C41;
}
.TagClassName
{
border-color: #CB3C41;
}
</style>