Shades of Cabaret #CF4E6E
Tints of Cabaret #CF4E6E
RGB
CMYK
RGB Variations
Color information
#CF4E6E (or 0xCF4E6E) is known color: Cabaret. HEX triplet: CF, 4E and 6E. RGB value is (207,78,110). Sum of RGB (Red+Green+Blue) = 207+78+110=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E6E is #30B191. Grayscale: #787878. Windows color (decimal): -3191186 or 7229135. OLE color: 7229135.
HSL color Cylindrical-coordinate representation of color #CF4E6E: hue angle of 345.12º 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 #CF4E6E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 110 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.19 |
| HSL | 345.12º | 0.57% | 0.56% | - |
| HSV(B) | 345.12º | 0.62% | 0.81% | - |
| XYZ | 31.27 | 19.84 | 16.93 | - |
| YUV | 120.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 110 | 0 | 0.62 | 0.47 | 0.19 | 345.12 | 0.57 | 0.56 |
| Hex | CF | 4E | 6E | 0 | 3E | 2F | 13 | 159 | 39 | 38 |
| Octal | 317 | 116 | 156 | 0 | 76 | 57 | 23 | 531 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1101110 | 0 | 111110 | 101111 | 10011 | 101011001 | 111001 | 111000 |
Color Harmonies of #CF4E6E
Complementary color
Monochromatic Colors of #CF4E6E
Black with #CF4E6E
Text Example
Text Example
White with #CF4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E6E; }
p { color: rgb(207,78,110); }
H1.HeaderClassName
{
color: #CF4E6E;
}
.AnyTagClassName
{
color: #CF4E6E;
}
</style>
background-color css
<style>
a { background-color: #CF4E6E; }
a { background-color: rgb(207,78,110); }
div.DivClassName
{
background-color: #CF4E6E;
}
.BgClassName
{
background-color: #CF4E6E;
}
</style>
border-color css
<style>
span { border-color: #CF4E6E; }
span { border-color: rgb(207,78,110); }
td.TdClassName
{
border-color: #CF4E6E;
}
.TagClassName
{
border-color: #CF4E6E;
}
</style>