Shades of Cabaret #CF4B70
Tints of Cabaret #CF4B70
RGB
CMYK
RGB Variations
Color information
#CF4B70 (or 0xCF4B70) is known color: Cabaret. HEX triplet: CF, 4B and 70. RGB value is (207,75,112). Sum of RGB (Red+Green+Blue) = 207+75+112=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B70 is #30B48F. Grayscale: #767676. Windows color (decimal): -3191952 or 7359439. OLE color: 7359439.
HSL color Cylindrical-coordinate representation of color #CF4B70: hue angle of 343.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B70 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 112 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.19 |
| HSL | 343.18º | 0.58% | 0.55% | - |
| HSV(B) | 343.18º | 0.64% | 0.81% | - |
| XYZ | 31.17 | 19.47 | 17.44 | - |
| YUV | 118.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 112 | 0 | 0.64 | 0.46 | 0.19 | 343.18 | 0.58 | 0.55 |
| Hex | CF | 4B | 70 | 0 | 40 | 2E | 13 | 157 | 3A | 37 |
| Octal | 317 | 113 | 160 | 0 | 100 | 56 | 23 | 527 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1110000 | 0 | 1000000 | 101110 | 10011 | 101010111 | 111010 | 110111 |
Color Harmonies of #CF4B70
Complementary color
Monochromatic Colors of #CF4B70
Black with #CF4B70
Text Example
Text Example
White with #CF4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B70; }
p { color: rgb(207,75,112); }
H1.HeaderClassName
{
color: #CF4B70;
}
.AnyTagClassName
{
color: #CF4B70;
}
</style>
background-color css
<style>
a { background-color: #CF4B70; }
a { background-color: rgb(207,75,112); }
div.DivClassName
{
background-color: #CF4B70;
}
.BgClassName
{
background-color: #CF4B70;
}
</style>
border-color css
<style>
span { border-color: #CF4B70; }
span { border-color: rgb(207,75,112); }
td.TdClassName
{
border-color: #CF4B70;
}
.TagClassName
{
border-color: #CF4B70;
}
</style>