Shades of Mahogany #CF363C
Tints of Mahogany #CF363C
RGB
CMYK
RGB Variations
Color information
#CF363C (or 0xCF363C) is known color: Mahogany. HEX triplet: CF, 36 and 3C. RGB value is (207,54,60). Sum of RGB (Red+Green+Blue) = 207+54+60=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363C is #30C9C3. Grayscale: #646464. Windows color (decimal): -3197380 or 3946191. OLE color: 3946191.
HSL color Cylindrical-coordinate representation of color #CF363C: hue angle of 357.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF363C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.19 |
| HSL | 357.65º | 0.61% | 0.51% | - |
| HSV(B) | 357.65º | 0.74% | 0.81% | - |
| XYZ | 27.87 | 16.23 | 5.94 | - |
| YUV | 100.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 60 | 0 | 0.74 | 0.71 | 0.19 | 357.65 | 0.61 | 0.51 |
| Hex | CF | 36 | 3C | 0 | 4A | 47 | 13 | 166 | 3D | 33 |
| Octal | 317 | 66 | 74 | 0 | 112 | 107 | 23 | 546 | 75 | 63 |
| Binary | 11001111 | 110110 | 111100 | 0 | 1001010 | 1000111 | 10011 | 101100110 | 111101 | 110011 |
Color Harmonies of #CF363C
Complementary color
Monochromatic Colors of #CF363C
Black with #CF363C
Text Example
Text Example
White with #CF363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF363C; }
p { color: rgb(207,54,60); }
H1.HeaderClassName
{
color: #CF363C;
}
.AnyTagClassName
{
color: #CF363C;
}
</style>
background-color css
<style>
a { background-color: #CF363C; }
a { background-color: rgb(207,54,60); }
div.DivClassName
{
background-color: #CF363C;
}
.BgClassName
{
background-color: #CF363C;
}
</style>
border-color css
<style>
span { border-color: #CF363C; }
span { border-color: rgb(207,54,60); }
td.TdClassName
{
border-color: #CF363C;
}
.TagClassName
{
border-color: #CF363C;
}
</style>