Shades of Cabaret #CF5B6C
Tints of Cabaret #CF5B6C
RGB
CMYK
RGB Variations
Color information
#CF5B6C (or 0xCF5B6C) is known color: Cabaret. HEX triplet: CF, 5B and 6C. RGB value is (207,91,108). Sum of RGB (Red+Green+Blue) = 207+91+108=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B6C is #30A493. Grayscale: #7F7F7F. Windows color (decimal): -3187860 or 7101391. OLE color: 7101391.
HSL color Cylindrical-coordinate representation of color #CF5B6C: hue angle of 351.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B6C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 108 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.19 |
| HSL | 351.21º | 0.55% | 0.58% | - |
| HSV(B) | 351.21º | 0.56% | 0.81% | - |
| XYZ | 32.18 | 21.83 | 16.7 | - |
| YUV | 127.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 108 | 0 | 0.56 | 0.48 | 0.19 | 351.21 | 0.55 | 0.58 |
| Hex | CF | 5B | 6C | 0 | 38 | 30 | 13 | 15F | 37 | 3A |
| Octal | 317 | 133 | 154 | 0 | 70 | 60 | 23 | 537 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1101100 | 0 | 111000 | 110000 | 10011 | 101011111 | 110111 | 111010 |
Color Harmonies of #CF5B6C
Complementary color
Monochromatic Colors of #CF5B6C
Black with #CF5B6C
Text Example
Text Example
White with #CF5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B6C; }
p { color: rgb(207,91,108); }
H1.HeaderClassName
{
color: #CF5B6C;
}
.AnyTagClassName
{
color: #CF5B6C;
}
</style>
background-color css
<style>
a { background-color: #CF5B6C; }
a { background-color: rgb(207,91,108); }
div.DivClassName
{
background-color: #CF5B6C;
}
.BgClassName
{
background-color: #CF5B6C;
}
</style>
border-color css
<style>
span { border-color: #CF5B6C; }
span { border-color: rgb(207,91,108); }
td.TdClassName
{
border-color: #CF5B6C;
}
.TagClassName
{
border-color: #CF5B6C;
}
</style>