Shades of Cabaret #CF4861
Tints of Cabaret #CF4861
RGB
CMYK
RGB Variations
Color information
#CF4861 (or 0xCF4861) is known color: Cabaret. HEX triplet: CF, 48 and 61. RGB value is (207,72,97). Sum of RGB (Red+Green+Blue) = 207+72+97=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4861 is #30B79E. Grayscale: #737373. Windows color (decimal): -3192735 or 6375631. OLE color: 6375631.
HSL color Cylindrical-coordinate representation of color #CF4861: hue angle of 348.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4861 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 97 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.19 |
| HSL | 348.89º | 0.58% | 0.55% | - |
| HSV(B) | 348.89º | 0.65% | 0.81% | - |
| XYZ | 30.21 | 18.76 | 13.34 | - |
| YUV | 115.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 97 | 0 | 0.65 | 0.53 | 0.19 | 348.89 | 0.58 | 0.55 |
| Hex | CF | 48 | 61 | 0 | 41 | 35 | 13 | 15D | 3A | 37 |
| Octal | 317 | 110 | 141 | 0 | 101 | 65 | 23 | 535 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1100001 | 0 | 1000001 | 110101 | 10011 | 101011101 | 111010 | 110111 |
Color Harmonies of #CF4861
Complementary color
Monochromatic Colors of #CF4861
Black with #CF4861
Text Example
Text Example
White with #CF4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4861; }
p { color: rgb(207,72,97); }
H1.HeaderClassName
{
color: #CF4861;
}
.AnyTagClassName
{
color: #CF4861;
}
</style>
background-color css
<style>
a { background-color: #CF4861; }
a { background-color: rgb(207,72,97); }
div.DivClassName
{
background-color: #CF4861;
}
.BgClassName
{
background-color: #CF4861;
}
</style>
border-color css
<style>
span { border-color: #CF4861; }
span { border-color: rgb(207,72,97); }
td.TdClassName
{
border-color: #CF4861;
}
.TagClassName
{
border-color: #CF4861;
}
</style>