Shades of Mahogany #CA3C41
Tints of Mahogany #CA3C41
RGB
CMYK
RGB Variations
Color information
#CA3C41 (or 0xCA3C41) is known color: Mahogany. HEX triplet: CA, 3C and 41. RGB value is (202,60,65). Sum of RGB (Red+Green+Blue) = 202+60+65=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C41 is #35C3BE. Grayscale: #676767. Windows color (decimal): -3523519 or 4275402. OLE color: 4275402.
HSL color Cylindrical-coordinate representation of color #CA3C41: hue angle of 357.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 65 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.21 |
| HSL | 357.89º | 0.57% | 0.51% | - |
| HSV(B) | 357.89º | 0.7% | 0.79% | - |
| XYZ | 26.93 | 16.17 | 6.7 | - |
| YUV | 103.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 65 | 0 | 0.70 | 0.68 | 0.21 | 357.89 | 0.57 | 0.51 |
| Hex | CA | 3C | 41 | 0 | 46 | 44 | 15 | 166 | 39 | 33 |
| Octal | 312 | 74 | 101 | 0 | 106 | 104 | 25 | 546 | 71 | 63 |
| Binary | 11001010 | 111100 | 1000001 | 0 | 1000110 | 1000100 | 10101 | 101100110 | 111001 | 110011 |
Color Harmonies of #CA3C41
Complementary color
Monochromatic Colors of #CA3C41
Black with #CA3C41
Text Example
Text Example
White with #CA3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C41; }
p { color: rgb(202,60,65); }
H1.HeaderClassName
{
color: #CA3C41;
}
.AnyTagClassName
{
color: #CA3C41;
}
</style>
background-color css
<style>
a { background-color: #CA3C41; }
a { background-color: rgb(202,60,65); }
div.DivClassName
{
background-color: #CA3C41;
}
.BgClassName
{
background-color: #CA3C41;
}
</style>
border-color css
<style>
span { border-color: #CA3C41; }
span { border-color: rgb(202,60,65); }
td.TdClassName
{
border-color: #CA3C41;
}
.TagClassName
{
border-color: #CA3C41;
}
</style>