Shades of Cabaret #CF4768
Tints of Cabaret #CF4768
RGB
CMYK
RGB Variations
Color information
#CF4768 (or 0xCF4768) is known color: Cabaret. HEX triplet: CF, 47 and 68. RGB value is (207,71,104). Sum of RGB (Red+Green+Blue) = 207+71+104=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4768 is #30B897. Grayscale: #737373. Windows color (decimal): -3192984 or 6834127. OLE color: 6834127.
HSL color Cylindrical-coordinate representation of color #CF4768: hue angle of 345.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4768 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 104 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.19 |
| HSL | 345.44º | 0.59% | 0.55% | - |
| HSV(B) | 345.44º | 0.66% | 0.81% | - |
| XYZ | 30.48 | 18.77 | 15.11 | - |
| YUV | 115.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 104 | 0 | 0.66 | 0.50 | 0.19 | 345.44 | 0.59 | 0.55 |
| Hex | CF | 47 | 68 | 0 | 42 | 32 | 13 | 159 | 3B | 37 |
| Octal | 317 | 107 | 150 | 0 | 102 | 62 | 23 | 531 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1101000 | 0 | 1000010 | 110010 | 10011 | 101011001 | 111011 | 110111 |
Color Harmonies of #CF4768
Complementary color
Monochromatic Colors of #CF4768
Black with #CF4768
Text Example
Text Example
White with #CF4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4768; }
p { color: rgb(207,71,104); }
H1.HeaderClassName
{
color: #CF4768;
}
.AnyTagClassName
{
color: #CF4768;
}
</style>
background-color css
<style>
a { background-color: #CF4768; }
a { background-color: rgb(207,71,104); }
div.DivClassName
{
background-color: #CF4768;
}
.BgClassName
{
background-color: #CF4768;
}
</style>
border-color css
<style>
span { border-color: #CF4768; }
span { border-color: rgb(207,71,104); }
td.TdClassName
{
border-color: #CF4768;
}
.TagClassName
{
border-color: #CF4768;
}
</style>