Shades of Mahogany #CA4145
Tints of Mahogany #CA4145
RGB
CMYK
RGB Variations
Color information
#CA4145 (or 0xCA4145) is known color: Mahogany. HEX triplet: CA, 41 and 45. RGB value is (202,65,69). Sum of RGB (Red+Green+Blue) = 202+65+69=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4145 is #35BEBA. Grayscale: #6A6A6A. Windows color (decimal): -3522235 or 4538826. OLE color: 4538826.
HSL color Cylindrical-coordinate representation of color #CA4145: hue angle of 358.25º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4145 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 69 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.21 |
| HSL | 358.25º | 0.56% | 0.52% | - |
| HSV(B) | 358.25º | 0.68% | 0.79% | - |
| XYZ | 27.32 | 16.77 | 7.43 | - |
| YUV | 106.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 69 | 0 | 0.68 | 0.66 | 0.21 | 358.25 | 0.56 | 0.52 |
| Hex | CA | 41 | 45 | 0 | 44 | 42 | 15 | 166 | 38 | 34 |
| Octal | 312 | 101 | 105 | 0 | 104 | 102 | 25 | 546 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1000101 | 0 | 1000100 | 1000010 | 10101 | 101100110 | 111000 | 110100 |
Color Harmonies of #CA4145
Complementary color
Monochromatic Colors of #CA4145
Black with #CA4145
Text Example
Text Example
White with #CA4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4145; }
p { color: rgb(202,65,69); }
H1.HeaderClassName
{
color: #CA4145;
}
.AnyTagClassName
{
color: #CA4145;
}
</style>
background-color css
<style>
a { background-color: #CA4145; }
a { background-color: rgb(202,65,69); }
div.DivClassName
{
background-color: #CA4145;
}
.BgClassName
{
background-color: #CA4145;
}
</style>
border-color css
<style>
span { border-color: #CA4145; }
span { border-color: rgb(202,65,69); }
td.TdClassName
{
border-color: #CA4145;
}
.TagClassName
{
border-color: #CA4145;
}
</style>