Shades of Mahogany #CA2D35
Tints of Mahogany #CA2D35
RGB
CMYK
RGB Variations
Color information
#CA2D35 (or 0xCA2D35) is known color: Mahogany. HEX triplet: CA, 2D and 35. RGB value is (202,45,53). Sum of RGB (Red+Green+Blue) = 202+45+53=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D35 is #35D2CA. Grayscale: #5C5C5C. Windows color (decimal): -3527371 or 3485130. OLE color: 3485130.
HSL color Cylindrical-coordinate representation of color #CA2D35: hue angle of 356.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D35 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 53 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.21 |
| HSL | 356.94º | 0.64% | 0.48% | - |
| HSV(B) | 356.94º | 0.78% | 0.79% | - |
| XYZ | 25.94 | 14.69 | 4.84 | - |
| YUV | 92.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 53 | 0 | 0.78 | 0.74 | 0.21 | 356.94 | 0.64 | 0.48 |
| Hex | CA | 2D | 35 | 0 | 4E | 4A | 15 | 165 | 40 | 30 |
| Octal | 312 | 55 | 65 | 0 | 116 | 112 | 25 | 545 | 100 | 60 |
| Binary | 11001010 | 101101 | 110101 | 0 | 1001110 | 1001010 | 10101 | 101100101 | 1000000 | 110000 |
Color Harmonies of #CA2D35
Complementary color
Monochromatic Colors of #CA2D35
Black with #CA2D35
Text Example
Text Example
White with #CA2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D35; }
p { color: rgb(202,45,53); }
H1.HeaderClassName
{
color: #CA2D35;
}
.AnyTagClassName
{
color: #CA2D35;
}
</style>
background-color css
<style>
a { background-color: #CA2D35; }
a { background-color: rgb(202,45,53); }
div.DivClassName
{
background-color: #CA2D35;
}
.BgClassName
{
background-color: #CA2D35;
}
</style>
border-color css
<style>
span { border-color: #CA2D35; }
span { border-color: rgb(202,45,53); }
td.TdClassName
{
border-color: #CA2D35;
}
.TagClassName
{
border-color: #CA2D35;
}
</style>