Shades of Mahogany #CA323C
Tints of Mahogany #CA323C
RGB
CMYK
RGB Variations
Color information
#CA323C (or 0xCA323C) is known color: Mahogany. HEX triplet: CA, 32 and 3C. RGB value is (202,50,60). Sum of RGB (Red+Green+Blue) = 202+50+60=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA323C is #35CDC3. Grayscale: #606060. Windows color (decimal): -3526084 or 3945162. OLE color: 3945162.
HSL color Cylindrical-coordinate representation of color #CA323C: hue angle of 356.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA323C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 60 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.21 |
| HSL | 356.05º | 0.6% | 0.49% | - |
| HSV(B) | 356.05º | 0.75% | 0.79% | - |
| XYZ | 26.31 | 15.16 | 5.82 | - |
| YUV | 96.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 60 | 0 | 0.75 | 0.70 | 0.21 | 356.05 | 0.6 | 0.49 |
| Hex | CA | 32 | 3C | 0 | 4B | 46 | 15 | 164 | 3C | 31 |
| Octal | 312 | 62 | 74 | 0 | 113 | 106 | 25 | 544 | 74 | 61 |
| Binary | 11001010 | 110010 | 111100 | 0 | 1001011 | 1000110 | 10101 | 101100100 | 111100 | 110001 |
Color Harmonies of #CA323C
Complementary color
Monochromatic Colors of #CA323C
Black with #CA323C
Text Example
Text Example
White with #CA323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA323C; }
p { color: rgb(202,50,60); }
H1.HeaderClassName
{
color: #CA323C;
}
.AnyTagClassName
{
color: #CA323C;
}
</style>
background-color css
<style>
a { background-color: #CA323C; }
a { background-color: rgb(202,50,60); }
div.DivClassName
{
background-color: #CA323C;
}
.BgClassName
{
background-color: #CA323C;
}
</style>
border-color css
<style>
span { border-color: #CA323C; }
span { border-color: rgb(202,50,60); }
td.TdClassName
{
border-color: #CA323C;
}
.TagClassName
{
border-color: #CA323C;
}
</style>