Shades of Mahogany #CF333C
Tints of Mahogany #CF333C
RGB
CMYK
RGB Variations
Color information
#CF333C (or 0xCF333C) is known color: Mahogany. HEX triplet: CF, 33 and 3C. RGB value is (207,51,60). Sum of RGB (Red+Green+Blue) = 207+51+60=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF333C is #30CCC3. Grayscale: #626262. Windows color (decimal): -3198148 or 3945423. OLE color: 3945423.
HSL color Cylindrical-coordinate representation of color #CF333C: hue angle of 356.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF333C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 356.54º | 0.62% | 0.51% | - |
| HSV(B) | 356.54º | 0.75% | 0.81% | - |
| XYZ | 27.73 | 15.96 | 5.89 | - |
| YUV | 98.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 60 | 0 | 0.75 | 0.71 | 0.19 | 356.54 | 0.62 | 0.51 |
| Hex | CF | 33 | 3C | 0 | 4B | 47 | 13 | 165 | 3E | 33 |
| Octal | 317 | 63 | 74 | 0 | 113 | 107 | 23 | 545 | 76 | 63 |
| Binary | 11001111 | 110011 | 111100 | 0 | 1001011 | 1000111 | 10011 | 101100101 | 111110 | 110011 |
Color Harmonies of #CF333C
Complementary color
Monochromatic Colors of #CF333C
Black with #CF333C
Text Example
Text Example
White with #CF333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF333C; }
p { color: rgb(207,51,60); }
H1.HeaderClassName
{
color: #CF333C;
}
.AnyTagClassName
{
color: #CF333C;
}
</style>
background-color css
<style>
a { background-color: #CF333C; }
a { background-color: rgb(207,51,60); }
div.DivClassName
{
background-color: #CF333C;
}
.BgClassName
{
background-color: #CF333C;
}
</style>
border-color css
<style>
span { border-color: #CF333C; }
span { border-color: rgb(207,51,60); }
td.TdClassName
{
border-color: #CF333C;
}
.TagClassName
{
border-color: #CF333C;
}
</style>