Shades of Mahogany #CA4243
Tints of Mahogany #CA4243
RGB
CMYK
RGB Variations
Color information
#CA4243 (or 0xCA4243) is known color: Mahogany. HEX triplet: CA, 42 and 43. RGB value is (202,66,67). Sum of RGB (Red+Green+Blue) = 202+66+67=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4243 is #35BDBC. Grayscale: #6A6A6A. Windows color (decimal): -3521981 or 4408010. OLE color: 4408010.
HSL color Cylindrical-coordinate representation of color #CA4243: hue angle of 359.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4243 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 67 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.21 |
| HSL | 359.56º | 0.56% | 0.53% | - |
| HSV(B) | 359.56º | 0.67% | 0.79% | - |
| XYZ | 27.32 | 16.86 | 7.12 | - |
| YUV | 106.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 67 | 0 | 0.67 | 0.67 | 0.21 | 359.56 | 0.56 | 0.53 |
| Hex | CA | 42 | 43 | 0 | 43 | 43 | 15 | 168 | 38 | 35 |
| Octal | 312 | 102 | 103 | 0 | 103 | 103 | 25 | 550 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1000011 | 0 | 1000011 | 1000011 | 10101 | 101101000 | 111000 | 110101 |
Color Harmonies of #CA4243
Complementary color
Monochromatic Colors of #CA4243
Black with #CA4243
Text Example
Text Example
White with #CA4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4243; }
p { color: rgb(202,66,67); }
H1.HeaderClassName
{
color: #CA4243;
}
.AnyTagClassName
{
color: #CA4243;
}
</style>
background-color css
<style>
a { background-color: #CA4243; }
a { background-color: rgb(202,66,67); }
div.DivClassName
{
background-color: #CA4243;
}
.BgClassName
{
background-color: #CA4243;
}
</style>
border-color css
<style>
span { border-color: #CA4243; }
span { border-color: rgb(202,66,67); }
td.TdClassName
{
border-color: #CA4243;
}
.TagClassName
{
border-color: #CA4243;
}
</style>