Shades of Mahogany #CA3A42
Tints of Mahogany #CA3A42
RGB
CMYK
RGB Variations
Color information
#CA3A42 (or 0xCA3A42) is known color: Mahogany. HEX triplet: CA, 3A and 42. RGB value is (202,58,66). Sum of RGB (Red+Green+Blue) = 202+58+66=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A42 is #35C5BD. Grayscale: #666666. Windows color (decimal): -3524030 or 4340426. OLE color: 4340426.
HSL color Cylindrical-coordinate representation of color #CA3A42: hue angle of 356.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A42 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 66 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.21 |
| HSL | 356.67º | 0.58% | 0.51% | - |
| HSV(B) | 356.67º | 0.71% | 0.79% | - |
| XYZ | 26.85 | 15.98 | 6.82 | - |
| YUV | 101.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 66 | 0 | 0.71 | 0.67 | 0.21 | 356.67 | 0.58 | 0.51 |
| Hex | CA | 3A | 42 | 0 | 47 | 43 | 15 | 165 | 3A | 33 |
| Octal | 312 | 72 | 102 | 0 | 107 | 103 | 25 | 545 | 72 | 63 |
| Binary | 11001010 | 111010 | 1000010 | 0 | 1000111 | 1000011 | 10101 | 101100101 | 111010 | 110011 |
Color Harmonies of #CA3A42
Complementary color
Monochromatic Colors of #CA3A42
Black with #CA3A42
Text Example
Text Example
White with #CA3A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A42; }
p { color: rgb(202,58,66); }
H1.HeaderClassName
{
color: #CA3A42;
}
.AnyTagClassName
{
color: #CA3A42;
}
</style>
background-color css
<style>
a { background-color: #CA3A42; }
a { background-color: rgb(202,58,66); }
div.DivClassName
{
background-color: #CA3A42;
}
.BgClassName
{
background-color: #CA3A42;
}
</style>
border-color css
<style>
span { border-color: #CA3A42; }
span { border-color: rgb(202,58,66); }
td.TdClassName
{
border-color: #CA3A42;
}
.TagClassName
{
border-color: #CA3A42;
}
</style>