Shades of Mahogany #CA353C
Tints of Mahogany #CA353C
RGB
CMYK
RGB Variations
Color information
#CA353C (or 0xCA353C) is known color: Mahogany. HEX triplet: CA, 35 and 3C. RGB value is (202,53,60). Sum of RGB (Red+Green+Blue) = 202+53+60=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353C is #35CAC3. Grayscale: #626262. Windows color (decimal): -3525316 or 3945930. OLE color: 3945930.
HSL color Cylindrical-coordinate representation of color #CA353C: hue angle of 357.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA353C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 60 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.21 |
| HSL | 357.18º | 0.58% | 0.5% | - |
| HSV(B) | 357.18º | 0.74% | 0.79% | - |
| XYZ | 26.45 | 15.43 | 5.86 | - |
| YUV | 98.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 60 | 0 | 0.74 | 0.70 | 0.21 | 357.18 | 0.58 | 0.5 |
| Hex | CA | 35 | 3C | 0 | 4A | 46 | 15 | 165 | 3A | 32 |
| Octal | 312 | 65 | 74 | 0 | 112 | 106 | 25 | 545 | 72 | 62 |
| Binary | 11001010 | 110101 | 111100 | 0 | 1001010 | 1000110 | 10101 | 101100101 | 111010 | 110010 |
Color Harmonies of #CA353C
Complementary color
Monochromatic Colors of #CA353C
Black with #CA353C
Text Example
Text Example
White with #CA353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA353C; }
p { color: rgb(202,53,60); }
H1.HeaderClassName
{
color: #CA353C;
}
.AnyTagClassName
{
color: #CA353C;
}
</style>
background-color css
<style>
a { background-color: #CA353C; }
a { background-color: rgb(202,53,60); }
div.DivClassName
{
background-color: #CA353C;
}
.BgClassName
{
background-color: #CA353C;
}
</style>
border-color css
<style>
span { border-color: #CA353C; }
span { border-color: rgb(202,53,60); }
td.TdClassName
{
border-color: #CA353C;
}
.TagClassName
{
border-color: #CA353C;
}
</style>