Shades of Mahogany #CA4246
Tints of Mahogany #CA4246
RGB
CMYK
RGB Variations
Color information
#CA4246 (or 0xCA4246) is known color: Mahogany. HEX triplet: CA, 42 and 46. RGB value is (202,66,70). Sum of RGB (Red+Green+Blue) = 202+66+70=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4246 is #35BDB9. Grayscale: #6B6B6B. Windows color (decimal): -3521978 or 4604618. OLE color: 4604618.
HSL color Cylindrical-coordinate representation of color #CA4246: hue angle of 358.24º 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 #CA4246 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 70 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.21 |
| HSL | 358.24º | 0.56% | 0.53% | - |
| HSV(B) | 358.24º | 0.67% | 0.79% | - |
| XYZ | 27.41 | 16.9 | 7.61 | - |
| YUV | 107.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 70 | 0 | 0.67 | 0.65 | 0.21 | 358.24 | 0.56 | 0.53 |
| Hex | CA | 42 | 46 | 0 | 43 | 41 | 15 | 166 | 38 | 35 |
| Octal | 312 | 102 | 106 | 0 | 103 | 101 | 25 | 546 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1000110 | 0 | 1000011 | 1000001 | 10101 | 101100110 | 111000 | 110101 |
Color Harmonies of #CA4246
Complementary color
Monochromatic Colors of #CA4246
Black with #CA4246
Text Example
Text Example
White with #CA4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4246; }
p { color: rgb(202,66,70); }
H1.HeaderClassName
{
color: #CA4246;
}
.AnyTagClassName
{
color: #CA4246;
}
</style>
background-color css
<style>
a { background-color: #CA4246; }
a { background-color: rgb(202,66,70); }
div.DivClassName
{
background-color: #CA4246;
}
.BgClassName
{
background-color: #CA4246;
}
</style>
border-color css
<style>
span { border-color: #CA4246; }
span { border-color: rgb(202,66,70); }
td.TdClassName
{
border-color: #CA4246;
}
.TagClassName
{
border-color: #CA4246;
}
</style>