Shades of Mahogany #CA313C
Tints of Mahogany #CA313C
RGB
CMYK
RGB Variations
Color information
#CA313C (or 0xCA313C) is known color: Mahogany. HEX triplet: CA, 31 and 3C. RGB value is (202,49,60). Sum of RGB (Red+Green+Blue) = 202+49+60=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA313C is #35CEC3. Grayscale: #606060. Windows color (decimal): -3526340 or 3944906. OLE color: 3944906.
HSL color Cylindrical-coordinate representation of color #CA313C: hue angle of 355.69º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA313C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 60 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.21 |
| HSL | 355.69º | 0.61% | 0.49% | - |
| HSV(B) | 355.69º | 0.76% | 0.79% | - |
| XYZ | 26.27 | 15.08 | 5.8 | - |
| YUV | 96 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 60 | 0 | 0.76 | 0.70 | 0.21 | 355.69 | 0.61 | 0.49 |
| Hex | CA | 31 | 3C | 0 | 4C | 46 | 15 | 164 | 3D | 31 |
| Octal | 312 | 61 | 74 | 0 | 114 | 106 | 25 | 544 | 75 | 61 |
| Binary | 11001010 | 110001 | 111100 | 0 | 1001100 | 1000110 | 10101 | 101100100 | 111101 | 110001 |
Color Harmonies of #CA313C
Complementary color
Monochromatic Colors of #CA313C
Black with #CA313C
Text Example
Text Example
White with #CA313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA313C; }
p { color: rgb(202,49,60); }
H1.HeaderClassName
{
color: #CA313C;
}
.AnyTagClassName
{
color: #CA313C;
}
</style>
background-color css
<style>
a { background-color: #CA313C; }
a { background-color: rgb(202,49,60); }
div.DivClassName
{
background-color: #CA313C;
}
.BgClassName
{
background-color: #CA313C;
}
</style>
border-color css
<style>
span { border-color: #CA313C; }
span { border-color: rgb(202,49,60); }
td.TdClassName
{
border-color: #CA313C;
}
.TagClassName
{
border-color: #CA313C;
}
</style>