Shades of Cabaret #CF617A
Tints of Cabaret #CF617A
RGB
CMYK
RGB Variations
Color information
#CF617A (or 0xCF617A) is known color: Cabaret. HEX triplet: CF, 61 and 7A. RGB value is (207,97,122). Sum of RGB (Red+Green+Blue) = 207+97+122=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617A is #309E85. Grayscale: #848484. Windows color (decimal): -3186310 or 8020431. OLE color: 8020431.
HSL color Cylindrical-coordinate representation of color #CF617A: hue angle of 346.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 #CF617A is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 122 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.19 |
| HSL | 346.36º | 0.53% | 0.6% | - |
| HSV(B) | 346.36º | 0.53% | 0.81% | - |
| XYZ | 33.52 | 23.22 | 21.13 | - |
| YUV | 132.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 122 | 0 | 0.53 | 0.41 | 0.19 | 346.36 | 0.53 | 0.6 |
| Hex | CF | 61 | 7A | 0 | 35 | 29 | 13 | 15A | 35 | 3C |
| Octal | 317 | 141 | 172 | 0 | 65 | 51 | 23 | 532 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1111010 | 0 | 110101 | 101001 | 10011 | 101011010 | 110101 | 111100 |
Color Harmonies of #CF617A
Complementary color
Monochromatic Colors of #CF617A
Black with #CF617A
Text Example
Text Example
White with #CF617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF617A; }
p { color: rgb(207,97,122); }
H1.HeaderClassName
{
color: #CF617A;
}
.AnyTagClassName
{
color: #CF617A;
}
</style>
background-color css
<style>
a { background-color: #CF617A; }
a { background-color: rgb(207,97,122); }
div.DivClassName
{
background-color: #CF617A;
}
.BgClassName
{
background-color: #CF617A;
}
</style>
border-color css
<style>
span { border-color: #CF617A; }
span { border-color: rgb(207,97,122); }
td.TdClassName
{
border-color: #CF617A;
}
.TagClassName
{
border-color: #CF617A;
}
</style>