Shades of Mahogany #CF323C
Tints of Mahogany #CF323C
RGB
CMYK
RGB Variations
Color information
#CF323C (or 0xCF323C) is known color: Mahogany. HEX triplet: CF, 32 and 3C. RGB value is (207,50,60). Sum of RGB (Red+Green+Blue) = 207+50+60=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF323C is #30CDC3. Grayscale: #626262. Windows color (decimal): -3198404 or 3945167. OLE color: 3945167.
HSL color Cylindrical-coordinate representation of color #CF323C: hue angle of 356.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF323C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 60 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.19 |
| HSL | 356.18º | 0.62% | 0.5% | - |
| HSV(B) | 356.18º | 0.76% | 0.81% | - |
| XYZ | 27.69 | 15.87 | 5.88 | - |
| YUV | 98.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 60 | 0 | 0.76 | 0.71 | 0.19 | 356.18 | 0.62 | 0.5 |
| Hex | CF | 32 | 3C | 0 | 4C | 47 | 13 | 164 | 3E | 32 |
| Octal | 317 | 62 | 74 | 0 | 114 | 107 | 23 | 544 | 76 | 62 |
| Binary | 11001111 | 110010 | 111100 | 0 | 1001100 | 1000111 | 10011 | 101100100 | 111110 | 110010 |
Color Harmonies of #CF323C
Complementary color
Monochromatic Colors of #CF323C
Black with #CF323C
Text Example
Text Example
White with #CF323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF323C; }
p { color: rgb(207,50,60); }
H1.HeaderClassName
{
color: #CF323C;
}
.AnyTagClassName
{
color: #CF323C;
}
</style>
background-color css
<style>
a { background-color: #CF323C; }
a { background-color: rgb(207,50,60); }
div.DivClassName
{
background-color: #CF323C;
}
.BgClassName
{
background-color: #CF323C;
}
</style>
border-color css
<style>
span { border-color: #CF323C; }
span { border-color: rgb(207,50,60); }
td.TdClassName
{
border-color: #CF323C;
}
.TagClassName
{
border-color: #CF323C;
}
</style>