Shades of Mahogany #CB4145
Tints of Mahogany #CB4145
RGB
CMYK
RGB Variations
Color information
#CB4145 (or 0xCB4145) is known color: Mahogany. HEX triplet: CB, 41 and 45. RGB value is (203,65,69). Sum of RGB (Red+Green+Blue) = 203+65+69=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4145 is #34BEBA. Grayscale: #6A6A6A. Windows color (decimal): -3456699 or 4538827. OLE color: 4538827.
HSL color Cylindrical-coordinate representation of color #CB4145: hue angle of 358.26º 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 #CB4145 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 69 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.20 |
| HSL | 358.26º | 0.57% | 0.53% | - |
| HSV(B) | 358.26º | 0.68% | 0.8% | - |
| XYZ | 27.59 | 16.91 | 7.44 | - |
| YUV | 106.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 69 | 0 | 0.68 | 0.66 | 0.20 | 358.26 | 0.57 | 0.53 |
| Hex | CB | 41 | 45 | 0 | 44 | 42 | 14 | 166 | 39 | 35 |
| Octal | 313 | 101 | 105 | 0 | 104 | 102 | 24 | 546 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1000101 | 0 | 1000100 | 1000010 | 10100 | 101100110 | 111001 | 110101 |
Color Harmonies of #CB4145
Complementary color
Monochromatic Colors of #CB4145
Black with #CB4145
Text Example
Text Example
White with #CB4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4145; }
p { color: rgb(203,65,69); }
H1.HeaderClassName
{
color: #CB4145;
}
.AnyTagClassName
{
color: #CB4145;
}
</style>
background-color css
<style>
a { background-color: #CB4145; }
a { background-color: rgb(203,65,69); }
div.DivClassName
{
background-color: #CB4145;
}
.BgClassName
{
background-color: #CB4145;
}
</style>
border-color css
<style>
span { border-color: #CB4145; }
span { border-color: rgb(203,65,69); }
td.TdClassName
{
border-color: #CB4145;
}
.TagClassName
{
border-color: #CB4145;
}
</style>