Shades of Cabaret #CF5867
Tints of Cabaret #CF5867
RGB
CMYK
RGB Variations
Color information
#CF5867 (or 0xCF5867) is known color: Cabaret. HEX triplet: CF, 58 and 67. RGB value is (207,88,103). Sum of RGB (Red+Green+Blue) = 207+88+103=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5867 is #30A798. Grayscale: #7D7D7D. Windows color (decimal): -3188633 or 6772943. OLE color: 6772943.
HSL color Cylindrical-coordinate representation of color #CF5867: hue angle of 352.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5867 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 103 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.19 |
| HSL | 352.44º | 0.55% | 0.58% | - |
| HSV(B) | 352.44º | 0.57% | 0.81% | - |
| XYZ | 31.67 | 21.22 | 15.26 | - |
| YUV | 125.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 103 | 0 | 0.57 | 0.50 | 0.19 | 352.44 | 0.55 | 0.58 |
| Hex | CF | 58 | 67 | 0 | 39 | 32 | 13 | 160 | 37 | 3A |
| Octal | 317 | 130 | 147 | 0 | 71 | 62 | 23 | 540 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1100111 | 0 | 111001 | 110010 | 10011 | 101100000 | 110111 | 111010 |
Color Harmonies of #CF5867
Complementary color
Monochromatic Colors of #CF5867
Black with #CF5867
Text Example
Text Example
White with #CF5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5867; }
p { color: rgb(207,88,103); }
H1.HeaderClassName
{
color: #CF5867;
}
.AnyTagClassName
{
color: #CF5867;
}
</style>
background-color css
<style>
a { background-color: #CF5867; }
a { background-color: rgb(207,88,103); }
div.DivClassName
{
background-color: #CF5867;
}
.BgClassName
{
background-color: #CF5867;
}
</style>
border-color css
<style>
span { border-color: #CF5867; }
span { border-color: rgb(207,88,103); }
td.TdClassName
{
border-color: #CF5867;
}
.TagClassName
{
border-color: #CF5867;
}
</style>