Shades of Cabaret #CF4773
Tints of Cabaret #CF4773
RGB
CMYK
RGB Variations
Color information
#CF4773 (or 0xCF4773) is known color: Cabaret. HEX triplet: CF, 47 and 73. RGB value is (207,71,115). Sum of RGB (Red+Green+Blue) = 207+71+115=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4773 is #30B88C. Grayscale: #747474. Windows color (decimal): -3192973 or 7555023. OLE color: 7555023.
HSL color Cylindrical-coordinate representation of color #CF4773: hue angle of 340.59º 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 #CF4773 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 115 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.19 |
| HSL | 340.59º | 0.59% | 0.55% | - |
| HSV(B) | 340.59º | 0.66% | 0.81% | - |
| XYZ | 31.08 | 19.01 | 18.25 | - |
| YUV | 116.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 115 | 0 | 0.66 | 0.44 | 0.19 | 340.59 | 0.59 | 0.55 |
| Hex | CF | 47 | 73 | 0 | 42 | 2C | 13 | 155 | 3B | 37 |
| Octal | 317 | 107 | 163 | 0 | 102 | 54 | 23 | 525 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1110011 | 0 | 1000010 | 101100 | 10011 | 101010101 | 111011 | 110111 |
Color Harmonies of #CF4773
Complementary color
Monochromatic Colors of #CF4773
Black with #CF4773
Text Example
Text Example
White with #CF4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4773; }
p { color: rgb(207,71,115); }
H1.HeaderClassName
{
color: #CF4773;
}
.AnyTagClassName
{
color: #CF4773;
}
</style>
background-color css
<style>
a { background-color: #CF4773; }
a { background-color: rgb(207,71,115); }
div.DivClassName
{
background-color: #CF4773;
}
.BgClassName
{
background-color: #CF4773;
}
</style>
border-color css
<style>
span { border-color: #CF4773; }
span { border-color: rgb(207,71,115); }
td.TdClassName
{
border-color: #CF4773;
}
.TagClassName
{
border-color: #CF4773;
}
</style>