Shades of Mahogany #CB4345
Tints of Mahogany #CB4345
RGB
CMYK
RGB Variations
Color information
#CB4345 (or 0xCB4345) is known color: Mahogany. HEX triplet: CB, 43 and 45. RGB value is (203,67,69). Sum of RGB (Red+Green+Blue) = 203+67+69=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4345 is #34BCBA. Grayscale: #6C6C6C. Windows color (decimal): -3456187 or 4539339. OLE color: 4539339.
HSL color Cylindrical-coordinate representation of color #CB4345: hue angle of 359.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4345 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 69 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.20 |
| HSL | 359.12º | 0.57% | 0.53% | - |
| HSV(B) | 359.12º | 0.67% | 0.8% | - |
| XYZ | 27.71 | 17.14 | 7.48 | - |
| YUV | 107.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 69 | 0 | 0.67 | 0.66 | 0.20 | 359.12 | 0.57 | 0.53 |
| Hex | CB | 43 | 45 | 0 | 43 | 42 | 14 | 167 | 39 | 35 |
| Octal | 313 | 103 | 105 | 0 | 103 | 102 | 24 | 547 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1000101 | 0 | 1000011 | 1000010 | 10100 | 101100111 | 111001 | 110101 |
Color Harmonies of #CB4345
Complementary color
Monochromatic Colors of #CB4345
Black with #CB4345
Text Example
Text Example
White with #CB4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4345; }
p { color: rgb(203,67,69); }
H1.HeaderClassName
{
color: #CB4345;
}
.AnyTagClassName
{
color: #CB4345;
}
</style>
background-color css
<style>
a { background-color: #CB4345; }
a { background-color: rgb(203,67,69); }
div.DivClassName
{
background-color: #CB4345;
}
.BgClassName
{
background-color: #CB4345;
}
</style>
border-color css
<style>
span { border-color: #CB4345; }
span { border-color: rgb(203,67,69); }
td.TdClassName
{
border-color: #CB4345;
}
.TagClassName
{
border-color: #CB4345;
}
</style>