Shades of Cabaret #CF616F
Tints of Cabaret #CF616F
RGB
CMYK
RGB Variations
Color information
#CF616F (or 0xCF616F) is known color: Cabaret. HEX triplet: CF, 61 and 6F. RGB value is (207,97,111). Sum of RGB (Red+Green+Blue) = 207+97+111=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF616F is #309E90. Grayscale: #838383. Windows color (decimal): -3186321 or 7299535. OLE color: 7299535.
HSL color Cylindrical-coordinate representation of color #CF616F: hue angle of 352.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF616F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 111 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.19 |
| HSL | 352.36º | 0.53% | 0.6% | - |
| HSV(B) | 352.36º | 0.53% | 0.81% | - |
| XYZ | 32.88 | 22.96 | 17.74 | - |
| YUV | 131.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 111 | 0 | 0.53 | 0.46 | 0.19 | 352.36 | 0.53 | 0.6 |
| Hex | CF | 61 | 6F | 0 | 35 | 2E | 13 | 160 | 35 | 3C |
| Octal | 317 | 141 | 157 | 0 | 65 | 56 | 23 | 540 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1101111 | 0 | 110101 | 101110 | 10011 | 101100000 | 110101 | 111100 |
Color Harmonies of #CF616F
Complementary color
Monochromatic Colors of #CF616F
Black with #CF616F
Text Example
Text Example
White with #CF616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF616F; }
p { color: rgb(207,97,111); }
H1.HeaderClassName
{
color: #CF616F;
}
.AnyTagClassName
{
color: #CF616F;
}
</style>
background-color css
<style>
a { background-color: #CF616F; }
a { background-color: rgb(207,97,111); }
div.DivClassName
{
background-color: #CF616F;
}
.BgClassName
{
background-color: #CF616F;
}
</style>
border-color css
<style>
span { border-color: #CF616F; }
span { border-color: rgb(207,97,111); }
td.TdClassName
{
border-color: #CF616F;
}
.TagClassName
{
border-color: #CF616F;
}
</style>