Shades of Cabaret #CF4973
Tints of Cabaret #CF4973
RGB
CMYK
RGB Variations
Color information
#CF4973 (or 0xCF4973) is known color: Cabaret. HEX triplet: CF, 49 and 73. RGB value is (207,73,115). Sum of RGB (Red+Green+Blue) = 207+73+115=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4973 is #30B68C. Grayscale: #757575. Windows color (decimal): -3192461 or 7555535. OLE color: 7555535.
HSL color Cylindrical-coordinate representation of color #CF4973: hue angle of 341.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4973 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 115 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.19 |
| HSL | 341.19º | 0.58% | 0.55% | - |
| HSV(B) | 341.19º | 0.65% | 0.81% | - |
| XYZ | 31.21 | 19.27 | 18.29 | - |
| YUV | 117.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 115 | 0 | 0.65 | 0.44 | 0.19 | 341.19 | 0.58 | 0.55 |
| Hex | CF | 49 | 73 | 0 | 41 | 2C | 13 | 155 | 3A | 37 |
| Octal | 317 | 111 | 163 | 0 | 101 | 54 | 23 | 525 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1110011 | 0 | 1000001 | 101100 | 10011 | 101010101 | 111010 | 110111 |
Color Harmonies of #CF4973
Complementary color
Monochromatic Colors of #CF4973
Black with #CF4973
Text Example
Text Example
White with #CF4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4973; }
p { color: rgb(207,73,115); }
H1.HeaderClassName
{
color: #CF4973;
}
.AnyTagClassName
{
color: #CF4973;
}
</style>
background-color css
<style>
a { background-color: #CF4973; }
a { background-color: rgb(207,73,115); }
div.DivClassName
{
background-color: #CF4973;
}
.BgClassName
{
background-color: #CF4973;
}
</style>
border-color css
<style>
span { border-color: #CF4973; }
span { border-color: rgb(207,73,115); }
td.TdClassName
{
border-color: #CF4973;
}
.TagClassName
{
border-color: #CF4973;
}
</style>