Shades of Cabaret #CF617B
Tints of Cabaret #CF617B
RGB
CMYK
RGB Variations
Color information
#CF617B (or 0xCF617B) is known color: Cabaret. HEX triplet: CF, 61 and 7B. RGB value is (207,97,123). Sum of RGB (Red+Green+Blue) = 207+97+123=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617B is #309E84. Grayscale: #848484. Windows color (decimal): -3186309 or 8085967. OLE color: 8085967.
HSL color Cylindrical-coordinate representation of color #CF617B: hue angle of 345.82º 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 #CF617B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 123 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.19 |
| HSL | 345.82º | 0.53% | 0.6% | - |
| HSV(B) | 345.82º | 0.53% | 0.81% | - |
| XYZ | 33.58 | 23.24 | 21.46 | - |
| YUV | 132.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 123 | 0 | 0.53 | 0.41 | 0.19 | 345.82 | 0.53 | 0.6 |
| Hex | CF | 61 | 7B | 0 | 35 | 29 | 13 | 15A | 35 | 3C |
| Octal | 317 | 141 | 173 | 0 | 65 | 51 | 23 | 532 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1111011 | 0 | 110101 | 101001 | 10011 | 101011010 | 110101 | 111100 |
Color Harmonies of #CF617B
Complementary color
Monochromatic Colors of #CF617B
Black with #CF617B
Text Example
Text Example
White with #CF617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF617B; }
p { color: rgb(207,97,123); }
H1.HeaderClassName
{
color: #CF617B;
}
.AnyTagClassName
{
color: #CF617B;
}
</style>
background-color css
<style>
a { background-color: #CF617B; }
a { background-color: rgb(207,97,123); }
div.DivClassName
{
background-color: #CF617B;
}
.BgClassName
{
background-color: #CF617B;
}
</style>
border-color css
<style>
span { border-color: #CF617B; }
span { border-color: rgb(207,97,123); }
td.TdClassName
{
border-color: #CF617B;
}
.TagClassName
{
border-color: #CF617B;
}
</style>