Shades of Cabaret #CF4E66
Tints of Cabaret #CF4E66
RGB
CMYK
RGB Variations
Color information
#CF4E66 (or 0xCF4E66) is known color: Cabaret. HEX triplet: CF, 4E and 66. RGB value is (207,78,102). Sum of RGB (Red+Green+Blue) = 207+78+102=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E66 is #30B199. Grayscale: #777777. Windows color (decimal): -3191194 or 6704847. OLE color: 6704847.
HSL color Cylindrical-coordinate representation of color #CF4E66: hue angle of 348.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E66 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 102 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.19 |
| HSL | 348.84º | 0.57% | 0.56% | - |
| HSV(B) | 348.84º | 0.62% | 0.81% | - |
| XYZ | 30.85 | 19.67 | 14.74 | - |
| YUV | 119.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 102 | 0 | 0.62 | 0.51 | 0.19 | 348.84 | 0.57 | 0.56 |
| Hex | CF | 4E | 66 | 0 | 3E | 33 | 13 | 15D | 39 | 38 |
| Octal | 317 | 116 | 146 | 0 | 76 | 63 | 23 | 535 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1100110 | 0 | 111110 | 110011 | 10011 | 101011101 | 111001 | 111000 |
Color Harmonies of #CF4E66
Complementary color
Monochromatic Colors of #CF4E66
Black with #CF4E66
Text Example
Text Example
White with #CF4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E66; }
p { color: rgb(207,78,102); }
H1.HeaderClassName
{
color: #CF4E66;
}
.AnyTagClassName
{
color: #CF4E66;
}
</style>
background-color css
<style>
a { background-color: #CF4E66; }
a { background-color: rgb(207,78,102); }
div.DivClassName
{
background-color: #CF4E66;
}
.BgClassName
{
background-color: #CF4E66;
}
</style>
border-color css
<style>
span { border-color: #CF4E66; }
span { border-color: rgb(207,78,102); }
td.TdClassName
{
border-color: #CF4E66;
}
.TagClassName
{
border-color: #CF4E66;
}
</style>