Shades of Cabaret #CF5F68
Tints of Cabaret #CF5F68
RGB
CMYK
RGB Variations
Color information
#CF5F68 (or 0xCF5F68) is known color: Cabaret. HEX triplet: CF, 5F and 68. RGB value is (207,95,104). Sum of RGB (Red+Green+Blue) = 207+95+104=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F68 is #30A097. Grayscale: #818181. Windows color (decimal): -3186840 or 6840271. OLE color: 6840271.
HSL color Cylindrical-coordinate representation of color #CF5F68: hue angle of 355.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5F68 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 104 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.19 |
| HSL | 355.18º | 0.54% | 0.59% | - |
| HSV(B) | 355.18º | 0.54% | 0.81% | - |
| XYZ | 32.32 | 22.45 | 15.73 | - |
| YUV | 129.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 104 | 0 | 0.54 | 0.50 | 0.19 | 355.18 | 0.54 | 0.59 |
| Hex | CF | 5F | 68 | 0 | 36 | 32 | 13 | 163 | 36 | 3B |
| Octal | 317 | 137 | 150 | 0 | 66 | 62 | 23 | 543 | 66 | 73 |
| Binary | 11001111 | 1011111 | 1101000 | 0 | 110110 | 110010 | 10011 | 101100011 | 110110 | 111011 |
Color Harmonies of #CF5F68
Complementary color
Monochromatic Colors of #CF5F68
Black with #CF5F68
Text Example
Text Example
White with #CF5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F68; }
p { color: rgb(207,95,104); }
H1.HeaderClassName
{
color: #CF5F68;
}
.AnyTagClassName
{
color: #CF5F68;
}
</style>
background-color css
<style>
a { background-color: #CF5F68; }
a { background-color: rgb(207,95,104); }
div.DivClassName
{
background-color: #CF5F68;
}
.BgClassName
{
background-color: #CF5F68;
}
</style>
border-color css
<style>
span { border-color: #CF5F68; }
span { border-color: rgb(207,95,104); }
td.TdClassName
{
border-color: #CF5F68;
}
.TagClassName
{
border-color: #CF5F68;
}
</style>