Shades of Mahogany #CB353C
Tints of Mahogany #CB353C
RGB
CMYK
RGB Variations
Color information
#CB353C (or 0xCB353C) is known color: Mahogany. HEX triplet: CB, 35 and 3C. RGB value is (203,53,60). Sum of RGB (Red+Green+Blue) = 203+53+60=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB353C is #34CAC3. Grayscale: #626262. Windows color (decimal): -3459780 or 3945931. OLE color: 3945931.
HSL color Cylindrical-coordinate representation of color #CB353C: hue angle of 357.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB353C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 60 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.20 |
| HSL | 357.2º | 0.59% | 0.5% | - |
| HSV(B) | 357.2º | 0.74% | 0.8% | - |
| XYZ | 26.72 | 15.57 | 5.87 | - |
| YUV | 98.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 60 | 0 | 0.74 | 0.70 | 0.20 | 357.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 3C | 0 | 4A | 46 | 14 | 165 | 3B | 32 |
| Octal | 313 | 65 | 74 | 0 | 112 | 106 | 24 | 545 | 73 | 62 |
| Binary | 11001011 | 110101 | 111100 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111011 | 110010 |
Color Harmonies of #CB353C
Complementary color
Monochromatic Colors of #CB353C
Black with #CB353C
Text Example
Text Example
White with #CB353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB353C; }
p { color: rgb(203,53,60); }
H1.HeaderClassName
{
color: #CB353C;
}
.AnyTagClassName
{
color: #CB353C;
}
</style>
background-color css
<style>
a { background-color: #CB353C; }
a { background-color: rgb(203,53,60); }
div.DivClassName
{
background-color: #CB353C;
}
.BgClassName
{
background-color: #CB353C;
}
</style>
border-color css
<style>
span { border-color: #CB353C; }
span { border-color: rgb(203,53,60); }
td.TdClassName
{
border-color: #CB353C;
}
.TagClassName
{
border-color: #CB353C;
}
</style>