Shades of Mahogany #CB373C
Tints of Mahogany #CB373C
RGB
CMYK
RGB Variations
Color information
#CB373C (or 0xCB373C) is known color: Mahogany. HEX triplet: CB, 37 and 3C. RGB value is (203,55,60). Sum of RGB (Red+Green+Blue) = 203+55+60=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB373C is #34C8C3. Grayscale: #636363. Windows color (decimal): -3459268 or 3946443. OLE color: 3946443.
HSL color Cylindrical-coordinate representation of color #CB373C: hue angle of 357.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB373C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 60 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.20 |
| HSL | 357.97º | 0.59% | 0.51% | - |
| HSV(B) | 357.97º | 0.73% | 0.8% | - |
| XYZ | 26.81 | 15.76 | 5.9 | - |
| YUV | 99.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 60 | 0 | 0.73 | 0.70 | 0.20 | 357.97 | 0.59 | 0.51 |
| Hex | CB | 37 | 3C | 0 | 49 | 46 | 14 | 166 | 3B | 33 |
| Octal | 313 | 67 | 74 | 0 | 111 | 106 | 24 | 546 | 73 | 63 |
| Binary | 11001011 | 110111 | 111100 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111011 | 110011 |
Color Harmonies of #CB373C
Complementary color
Monochromatic Colors of #CB373C
Black with #CB373C
Text Example
Text Example
White with #CB373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB373C; }
p { color: rgb(203,55,60); }
H1.HeaderClassName
{
color: #CB373C;
}
.AnyTagClassName
{
color: #CB373C;
}
</style>
background-color css
<style>
a { background-color: #CB373C; }
a { background-color: rgb(203,55,60); }
div.DivClassName
{
background-color: #CB373C;
}
.BgClassName
{
background-color: #CB373C;
}
</style>
border-color css
<style>
span { border-color: #CB373C; }
span { border-color: rgb(203,55,60); }
td.TdClassName
{
border-color: #CB373C;
}
.TagClassName
{
border-color: #CB373C;
}
</style>