Shades of Mahogany #CA3C3E
Tints of Mahogany #CA3C3E
RGB
CMYK
RGB Variations
Color information
#CA3C3E (or 0xCA3C3E) is known color: Mahogany. HEX triplet: CA, 3C and 3E. RGB value is (202,60,62). Sum of RGB (Red+Green+Blue) = 202+60+62=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C3E is #35C3C1. Grayscale: #666666. Windows color (decimal): -3523522 or 4078794. OLE color: 4078794.
HSL color Cylindrical-coordinate representation of color #CA3C3E: hue angle of 359.15º 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 #CA3C3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 62 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.21 |
| HSL | 359.15º | 0.57% | 0.51% | - |
| HSV(B) | 359.15º | 0.7% | 0.79% | - |
| XYZ | 26.84 | 16.14 | 6.26 | - |
| YUV | 102.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 62 | 0 | 0.70 | 0.69 | 0.21 | 359.15 | 0.57 | 0.51 |
| Hex | CA | 3C | 3E | 0 | 46 | 45 | 15 | 167 | 39 | 33 |
| Octal | 312 | 74 | 76 | 0 | 106 | 105 | 25 | 547 | 71 | 63 |
| Binary | 11001010 | 111100 | 111110 | 0 | 1000110 | 1000101 | 10101 | 101100111 | 111001 | 110011 |
Color Harmonies of #CA3C3E
Complementary color
Monochromatic Colors of #CA3C3E
Black with #CA3C3E
Text Example
Text Example
White with #CA3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C3E; }
p { color: rgb(202,60,62); }
H1.HeaderClassName
{
color: #CA3C3E;
}
.AnyTagClassName
{
color: #CA3C3E;
}
</style>
background-color css
<style>
a { background-color: #CA3C3E; }
a { background-color: rgb(202,60,62); }
div.DivClassName
{
background-color: #CA3C3E;
}
.BgClassName
{
background-color: #CA3C3E;
}
</style>
border-color css
<style>
span { border-color: #CA3C3E; }
span { border-color: rgb(202,60,62); }
td.TdClassName
{
border-color: #CA3C3E;
}
.TagClassName
{
border-color: #CA3C3E;
}
</style>