Shades of Cabaret #CF446F
Tints of Cabaret #CF446F
RGB
CMYK
RGB Variations
Color information
#CF446F (or 0xCF446F) is known color: Cabaret. HEX triplet: CF, 44 and 6F. RGB value is (207,68,111). Sum of RGB (Red+Green+Blue) = 207+68+111=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF446F is #30BB90. Grayscale: #727272. Windows color (decimal): -3193745 or 7292111. OLE color: 7292111.
HSL color Cylindrical-coordinate representation of color #CF446F: hue angle of 341.44º 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 #CF446F is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 111 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.19 |
| HSL | 341.44º | 0.59% | 0.54% | - |
| HSV(B) | 341.44º | 0.67% | 0.81% | - |
| XYZ | 30.67 | 18.55 | 17 | - |
| YUV | 114.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 111 | 0 | 0.67 | 0.46 | 0.19 | 341.44 | 0.59 | 0.54 |
| Hex | CF | 44 | 6F | 0 | 43 | 2E | 13 | 155 | 3B | 36 |
| Octal | 317 | 104 | 157 | 0 | 103 | 56 | 23 | 525 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1101111 | 0 | 1000011 | 101110 | 10011 | 101010101 | 111011 | 110110 |
Color Harmonies of #CF446F
Complementary color
Monochromatic Colors of #CF446F
Black with #CF446F
Text Example
Text Example
White with #CF446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF446F; }
p { color: rgb(207,68,111); }
H1.HeaderClassName
{
color: #CF446F;
}
.AnyTagClassName
{
color: #CF446F;
}
</style>
background-color css
<style>
a { background-color: #CF446F; }
a { background-color: rgb(207,68,111); }
div.DivClassName
{
background-color: #CF446F;
}
.BgClassName
{
background-color: #CF446F;
}
</style>
border-color css
<style>
span { border-color: #CF446F; }
span { border-color: rgb(207,68,111); }
td.TdClassName
{
border-color: #CF446F;
}
.TagClassName
{
border-color: #CF446F;
}
</style>