Shades of Mahogany #CA343E
Tints of Mahogany #CA343E
RGB
CMYK
RGB Variations
Color information
#CA343E (or 0xCA343E) is known color: Mahogany. HEX triplet: CA, 34 and 3E. RGB value is (202,52,62). Sum of RGB (Red+Green+Blue) = 202+52+62=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA343E is #35CBC1. Grayscale: #626262. Windows color (decimal): -3525570 or 4076746. OLE color: 4076746.
HSL color Cylindrical-coordinate representation of color #CA343E: hue angle of 356º degrees, saturation: 0.59, 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 #CA343E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 62 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.21 |
| HSL | 356º | 0.59% | 0.5% | - |
| HSV(B) | 356º | 0.74% | 0.79% | - |
| XYZ | 26.45 | 15.36 | 6.13 | - |
| YUV | 97.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 62 | 0 | 0.74 | 0.69 | 0.21 | 356 | 0.59 | 0.5 |
| Hex | CA | 34 | 3E | 0 | 4A | 45 | 15 | 164 | 3B | 32 |
| Octal | 312 | 64 | 76 | 0 | 112 | 105 | 25 | 544 | 73 | 62 |
| Binary | 11001010 | 110100 | 111110 | 0 | 1001010 | 1000101 | 10101 | 101100100 | 111011 | 110010 |
Color Harmonies of #CA343E
Complementary color
Monochromatic Colors of #CA343E
Black with #CA343E
Text Example
Text Example
White with #CA343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA343E; }
p { color: rgb(202,52,62); }
H1.HeaderClassName
{
color: #CA343E;
}
.AnyTagClassName
{
color: #CA343E;
}
</style>
background-color css
<style>
a { background-color: #CA343E; }
a { background-color: rgb(202,52,62); }
div.DivClassName
{
background-color: #CA343E;
}
.BgClassName
{
background-color: #CA343E;
}
</style>
border-color css
<style>
span { border-color: #CA343E; }
span { border-color: rgb(202,52,62); }
td.TdClassName
{
border-color: #CA343E;
}
.TagClassName
{
border-color: #CA343E;
}
</style>