Shades of Mahogany #CB4143
Tints of Mahogany #CB4143
RGB
CMYK
RGB Variations
Color information
#CB4143 (or 0xCB4143) is known color: Mahogany. HEX triplet: CB, 41 and 43. RGB value is (203,65,67). Sum of RGB (Red+Green+Blue) = 203+65+67=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4143 is #34BEBC. Grayscale: #6A6A6A. Windows color (decimal): -3456701 or 4407755. OLE color: 4407755.
HSL color Cylindrical-coordinate representation of color #CB4143: hue angle of 359.13º 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 #CB4143 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 67 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.20 |
| HSL | 359.13º | 0.57% | 0.53% | - |
| HSV(B) | 359.13º | 0.68% | 0.8% | - |
| XYZ | 27.53 | 16.88 | 7.12 | - |
| YUV | 106.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 67 | 0 | 0.68 | 0.67 | 0.20 | 359.13 | 0.57 | 0.53 |
| Hex | CB | 41 | 43 | 0 | 44 | 43 | 14 | 167 | 39 | 35 |
| Octal | 313 | 101 | 103 | 0 | 104 | 103 | 24 | 547 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1000011 | 0 | 1000100 | 1000011 | 10100 | 101100111 | 111001 | 110101 |
Color Harmonies of #CB4143
Complementary color
Monochromatic Colors of #CB4143
Black with #CB4143
Text Example
Text Example
White with #CB4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4143; }
p { color: rgb(203,65,67); }
H1.HeaderClassName
{
color: #CB4143;
}
.AnyTagClassName
{
color: #CB4143;
}
</style>
background-color css
<style>
a { background-color: #CB4143; }
a { background-color: rgb(203,65,67); }
div.DivClassName
{
background-color: #CB4143;
}
.BgClassName
{
background-color: #CB4143;
}
</style>
border-color css
<style>
span { border-color: #CB4143; }
span { border-color: rgb(203,65,67); }
td.TdClassName
{
border-color: #CB4143;
}
.TagClassName
{
border-color: #CB4143;
}
</style>