Shades of Cabaret #CF4E6F
Tints of Cabaret #CF4E6F
RGB
CMYK
RGB Variations
Color information
#CF4E6F (or 0xCF4E6F) is known color: Cabaret. HEX triplet: CF, 4E and 6F. RGB value is (207,78,111). Sum of RGB (Red+Green+Blue) = 207+78+111=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E6F is #30B190. Grayscale: #787878. Windows color (decimal): -3191185 or 7294671. OLE color: 7294671.
HSL color Cylindrical-coordinate representation of color #CF4E6F: hue angle of 344.65º 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 #CF4E6F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 111 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.19 |
| HSL | 344.65º | 0.57% | 0.56% | - |
| HSV(B) | 344.65º | 0.62% | 0.81% | - |
| XYZ | 31.33 | 19.86 | 17.22 | - |
| YUV | 120.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 111 | 0 | 0.62 | 0.46 | 0.19 | 344.65 | 0.57 | 0.56 |
| Hex | CF | 4E | 6F | 0 | 3E | 2E | 13 | 159 | 39 | 38 |
| Octal | 317 | 116 | 157 | 0 | 76 | 56 | 23 | 531 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1101111 | 0 | 111110 | 101110 | 10011 | 101011001 | 111001 | 111000 |
Color Harmonies of #CF4E6F
Complementary color
Monochromatic Colors of #CF4E6F
Black with #CF4E6F
Text Example
Text Example
White with #CF4E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E6F; }
p { color: rgb(207,78,111); }
H1.HeaderClassName
{
color: #CF4E6F;
}
.AnyTagClassName
{
color: #CF4E6F;
}
</style>
background-color css
<style>
a { background-color: #CF4E6F; }
a { background-color: rgb(207,78,111); }
div.DivClassName
{
background-color: #CF4E6F;
}
.BgClassName
{
background-color: #CF4E6F;
}
</style>
border-color css
<style>
span { border-color: #CF4E6F; }
span { border-color: rgb(207,78,111); }
td.TdClassName
{
border-color: #CF4E6F;
}
.TagClassName
{
border-color: #CF4E6F;
}
</style>