Shades of Cabaret #CF5768
Tints of Cabaret #CF5768
RGB
CMYK
RGB Variations
Color information
#CF5768 (or 0xCF5768) is known color: Cabaret. HEX triplet: CF, 57 and 68. RGB value is (207,87,104). Sum of RGB (Red+Green+Blue) = 207+87+104=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5768 is #30A897. Grayscale: #7C7C7C. Windows color (decimal): -3188888 or 6838223. OLE color: 6838223.
HSL color Cylindrical-coordinate representation of color #CF5768: hue angle of 351.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5768 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 104 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.19 |
| HSL | 351.5º | 0.56% | 0.58% | - |
| HSV(B) | 351.5º | 0.58% | 0.81% | - |
| XYZ | 31.64 | 21.08 | 15.5 | - |
| YUV | 124.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 104 | 0 | 0.58 | 0.50 | 0.19 | 351.5 | 0.56 | 0.58 |
| Hex | CF | 57 | 68 | 0 | 3A | 32 | 13 | 160 | 38 | 3A |
| Octal | 317 | 127 | 150 | 0 | 72 | 62 | 23 | 540 | 70 | 72 |
| Binary | 11001111 | 1010111 | 1101000 | 0 | 111010 | 110010 | 10011 | 101100000 | 111000 | 111010 |
Color Harmonies of #CF5768
Complementary color
Monochromatic Colors of #CF5768
Black with #CF5768
Text Example
Text Example
White with #CF5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5768; }
p { color: rgb(207,87,104); }
H1.HeaderClassName
{
color: #CF5768;
}
.AnyTagClassName
{
color: #CF5768;
}
</style>
background-color css
<style>
a { background-color: #CF5768; }
a { background-color: rgb(207,87,104); }
div.DivClassName
{
background-color: #CF5768;
}
.BgClassName
{
background-color: #CF5768;
}
</style>
border-color css
<style>
span { border-color: #CF5768; }
span { border-color: rgb(207,87,104); }
td.TdClassName
{
border-color: #CF5768;
}
.TagClassName
{
border-color: #CF5768;
}
</style>