Shades of Mahogany #CA4046
Tints of Mahogany #CA4046
RGB
CMYK
RGB Variations
Color information
#CA4046 (or 0xCA4046) is known color: Mahogany. HEX triplet: CA, 40 and 46. RGB value is (202,64,70). Sum of RGB (Red+Green+Blue) = 202+64+70=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4046 is #35BFB9. Grayscale: #6A6A6A. Windows color (decimal): -3522490 or 4604106. OLE color: 4604106.
HSL color Cylindrical-coordinate representation of color #CA4046: hue angle of 357.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4046 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 70 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.21 |
| HSL | 357.39º | 0.57% | 0.52% | - |
| HSV(B) | 357.39º | 0.68% | 0.79% | - |
| XYZ | 27.3 | 16.67 | 7.57 | - |
| YUV | 105.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 70 | 0 | 0.68 | 0.65 | 0.21 | 357.39 | 0.57 | 0.52 |
| Hex | CA | 40 | 46 | 0 | 44 | 41 | 15 | 165 | 39 | 34 |
| Octal | 312 | 100 | 106 | 0 | 104 | 101 | 25 | 545 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1000110 | 0 | 1000100 | 1000001 | 10101 | 101100101 | 111001 | 110100 |
Color Harmonies of #CA4046
Complementary color
Monochromatic Colors of #CA4046
Black with #CA4046
Text Example
Text Example
White with #CA4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4046; }
p { color: rgb(202,64,70); }
H1.HeaderClassName
{
color: #CA4046;
}
.AnyTagClassName
{
color: #CA4046;
}
</style>
background-color css
<style>
a { background-color: #CA4046; }
a { background-color: rgb(202,64,70); }
div.DivClassName
{
background-color: #CA4046;
}
.BgClassName
{
background-color: #CA4046;
}
</style>
border-color css
<style>
span { border-color: #CA4046; }
span { border-color: rgb(202,64,70); }
td.TdClassName
{
border-color: #CA4046;
}
.TagClassName
{
border-color: #CA4046;
}
</style>