Shades of Mahogany #CA353E
Tints of Mahogany #CA353E
RGB
CMYK
RGB Variations
Color information
#CA353E (or 0xCA353E) is known color: Mahogany. HEX triplet: CA, 35 and 3E. RGB value is (202,53,62). Sum of RGB (Red+Green+Blue) = 202+53+62=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353E is #35CAC1. Grayscale: #626262. Windows color (decimal): -3525314 or 4077002. OLE color: 4077002.
HSL color Cylindrical-coordinate representation of color #CA353E: hue angle of 356.38º 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 #CA353E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 62 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.21 |
| HSL | 356.38º | 0.58% | 0.5% | - |
| HSV(B) | 356.38º | 0.74% | 0.79% | - |
| XYZ | 26.5 | 15.45 | 6.14 | - |
| YUV | 98.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 62 | 0 | 0.74 | 0.69 | 0.21 | 356.38 | 0.58 | 0.5 |
| Hex | CA | 35 | 3E | 0 | 4A | 45 | 15 | 164 | 3A | 32 |
| Octal | 312 | 65 | 76 | 0 | 112 | 105 | 25 | 544 | 72 | 62 |
| Binary | 11001010 | 110101 | 111110 | 0 | 1001010 | 1000101 | 10101 | 101100100 | 111010 | 110010 |
Color Harmonies of #CA353E
Complementary color
Monochromatic Colors of #CA353E
Black with #CA353E
Text Example
Text Example
White with #CA353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA353E; }
p { color: rgb(202,53,62); }
H1.HeaderClassName
{
color: #CA353E;
}
.AnyTagClassName
{
color: #CA353E;
}
</style>
background-color css
<style>
a { background-color: #CA353E; }
a { background-color: rgb(202,53,62); }
div.DivClassName
{
background-color: #CA353E;
}
.BgClassName
{
background-color: #CA353E;
}
</style>
border-color css
<style>
span { border-color: #CA353E; }
span { border-color: rgb(202,53,62); }
td.TdClassName
{
border-color: #CA353E;
}
.TagClassName
{
border-color: #CA353E;
}
</style>