Shades of Mahogany #CA4348
Tints of Mahogany #CA4348
RGB
CMYK
RGB Variations
Color information
#CA4348 (or 0xCA4348) is known color: Mahogany. HEX triplet: CA, 43 and 48. RGB value is (202,67,72). Sum of RGB (Red+Green+Blue) = 202+67+72=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4348 is #35BCB7. Grayscale: #6C6C6C. Windows color (decimal): -3521720 or 4735946. OLE color: 4735946.
HSL color Cylindrical-coordinate representation of color #CA4348: hue angle of 357.78º 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 #CA4348 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 72 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.21 |
| HSL | 357.78º | 0.56% | 0.53% | - |
| HSV(B) | 357.78º | 0.67% | 0.79% | - |
| XYZ | 27.53 | 17.04 | 7.97 | - |
| YUV | 107.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 72 | 0 | 0.67 | 0.64 | 0.21 | 357.78 | 0.56 | 0.53 |
| Hex | CA | 43 | 48 | 0 | 43 | 40 | 15 | 166 | 38 | 35 |
| Octal | 312 | 103 | 110 | 0 | 103 | 100 | 25 | 546 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1001000 | 0 | 1000011 | 1000000 | 10101 | 101100110 | 111000 | 110101 |
Color Harmonies of #CA4348
Complementary color
Monochromatic Colors of #CA4348
Black with #CA4348
Text Example
Text Example
White with #CA4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4348; }
p { color: rgb(202,67,72); }
H1.HeaderClassName
{
color: #CA4348;
}
.AnyTagClassName
{
color: #CA4348;
}
</style>
background-color css
<style>
a { background-color: #CA4348; }
a { background-color: rgb(202,67,72); }
div.DivClassName
{
background-color: #CA4348;
}
.BgClassName
{
background-color: #CA4348;
}
</style>
border-color css
<style>
span { border-color: #CA4348; }
span { border-color: rgb(202,67,72); }
td.TdClassName
{
border-color: #CA4348;
}
.TagClassName
{
border-color: #CA4348;
}
</style>