Shades of Cabaret #CF4470
Tints of Cabaret #CF4470
RGB
CMYK
RGB Variations
Color information
#CF4470 (or 0xCF4470) is known color: Cabaret. HEX triplet: CF, 44 and 70. RGB value is (207,68,112). Sum of RGB (Red+Green+Blue) = 207+68+112=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4470 is #30BB8F. Grayscale: #727272. Windows color (decimal): -3193744 or 7357647. OLE color: 7357647.
HSL color Cylindrical-coordinate representation of color #CF4470: hue angle of 341.01º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4470 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 112 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.19 |
| HSL | 341.01º | 0.59% | 0.54% | - |
| HSV(B) | 341.01º | 0.67% | 0.81% | - |
| XYZ | 30.72 | 18.57 | 17.29 | - |
| YUV | 114.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 112 | 0 | 0.67 | 0.46 | 0.19 | 341.01 | 0.59 | 0.54 |
| Hex | CF | 44 | 70 | 0 | 43 | 2E | 13 | 155 | 3B | 36 |
| Octal | 317 | 104 | 160 | 0 | 103 | 56 | 23 | 525 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1110000 | 0 | 1000011 | 101110 | 10011 | 101010101 | 111011 | 110110 |
Color Harmonies of #CF4470
Complementary color
Monochromatic Colors of #CF4470
Black with #CF4470
Text Example
Text Example
White with #CF4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4470; }
p { color: rgb(207,68,112); }
H1.HeaderClassName
{
color: #CF4470;
}
.AnyTagClassName
{
color: #CF4470;
}
</style>
background-color css
<style>
a { background-color: #CF4470; }
a { background-color: rgb(207,68,112); }
div.DivClassName
{
background-color: #CF4470;
}
.BgClassName
{
background-color: #CF4470;
}
</style>
border-color css
<style>
span { border-color: #CF4470; }
span { border-color: rgb(207,68,112); }
td.TdClassName
{
border-color: #CF4470;
}
.TagClassName
{
border-color: #CF4470;
}
</style>