Shades of Cabaret #CF4670
Tints of Cabaret #CF4670
RGB
CMYK
RGB Variations
Color information
#CF4670 (or 0xCF4670) is known color: Cabaret. HEX triplet: CF, 46 and 70. RGB value is (207,70,112). Sum of RGB (Red+Green+Blue) = 207+70+112=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4670 is #30B98F. Grayscale: #737373. Windows color (decimal): -3193232 or 7358159. OLE color: 7358159.
HSL color Cylindrical-coordinate representation of color #CF4670: hue angle of 341.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4670 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 112 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.19 |
| HSL | 341.61º | 0.59% | 0.54% | - |
| HSV(B) | 341.61º | 0.66% | 0.81% | - |
| XYZ | 30.85 | 18.82 | 17.34 | - |
| YUV | 115.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 112 | 0 | 0.66 | 0.46 | 0.19 | 341.61 | 0.59 | 0.54 |
| Hex | CF | 46 | 70 | 0 | 42 | 2E | 13 | 156 | 3B | 36 |
| Octal | 317 | 106 | 160 | 0 | 102 | 56 | 23 | 526 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1110000 | 0 | 1000010 | 101110 | 10011 | 101010110 | 111011 | 110110 |
Color Harmonies of #CF4670
Complementary color
Monochromatic Colors of #CF4670
Black with #CF4670
Text Example
Text Example
White with #CF4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4670; }
p { color: rgb(207,70,112); }
H1.HeaderClassName
{
color: #CF4670;
}
.AnyTagClassName
{
color: #CF4670;
}
</style>
background-color css
<style>
a { background-color: #CF4670; }
a { background-color: rgb(207,70,112); }
div.DivClassName
{
background-color: #CF4670;
}
.BgClassName
{
background-color: #CF4670;
}
</style>
border-color css
<style>
span { border-color: #CF4670; }
span { border-color: rgb(207,70,112); }
td.TdClassName
{
border-color: #CF4670;
}
.TagClassName
{
border-color: #CF4670;
}
</style>