Shades of Mahogany #CF303C
Tints of Mahogany #CF303C
RGB
CMYK
RGB Variations
Color information
#CF303C (or 0xCF303C) is known color: Mahogany. HEX triplet: CF, 30 and 3C. RGB value is (207,48,60). Sum of RGB (Red+Green+Blue) = 207+48+60=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF303C is #30CFC3. Grayscale: #616161. Windows color (decimal): -3198916 or 3944655. OLE color: 3944655.
HSL color Cylindrical-coordinate representation of color #CF303C: hue angle of 355.47º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF303C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.19 |
| HSL | 355.47º | 0.62% | 0.5% | - |
| HSV(B) | 355.47º | 0.77% | 0.81% | - |
| XYZ | 27.6 | 15.71 | 5.85 | - |
| YUV | 96.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 60 | 0 | 0.77 | 0.71 | 0.19 | 355.47 | 0.62 | 0.5 |
| Hex | CF | 30 | 3C | 0 | 4D | 47 | 13 | 163 | 3E | 32 |
| Octal | 317 | 60 | 74 | 0 | 115 | 107 | 23 | 543 | 76 | 62 |
| Binary | 11001111 | 110000 | 111100 | 0 | 1001101 | 1000111 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CF303C
Complementary color
Monochromatic Colors of #CF303C
Black with #CF303C
Text Example
Text Example
White with #CF303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF303C; }
p { color: rgb(207,48,60); }
H1.HeaderClassName
{
color: #CF303C;
}
.AnyTagClassName
{
color: #CF303C;
}
</style>
background-color css
<style>
a { background-color: #CF303C; }
a { background-color: rgb(207,48,60); }
div.DivClassName
{
background-color: #CF303C;
}
.BgClassName
{
background-color: #CF303C;
}
</style>
border-color css
<style>
span { border-color: #CF303C; }
span { border-color: rgb(207,48,60); }
td.TdClassName
{
border-color: #CF303C;
}
.TagClassName
{
border-color: #CF303C;
}
</style>