Shades of Cabaret #CF5D74
Tints of Cabaret #CF5D74
RGB
CMYK
RGB Variations
Color information
#CF5D74 (or 0xCF5D74) is known color: Cabaret. HEX triplet: CF, 5D and 74. RGB value is (207,93,116). Sum of RGB (Red+Green+Blue) = 207+93+116=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D74 is #30A28B. Grayscale: #818181. Windows color (decimal): -3187340 or 7626191. OLE color: 7626191.
HSL color Cylindrical-coordinate representation of color #CF5D74: hue angle of 347.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5D74 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 116 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.19 |
| HSL | 347.89º | 0.54% | 0.59% | - |
| HSV(B) | 347.89º | 0.55% | 0.81% | - |
| XYZ | 32.8 | 22.36 | 19.11 | - |
| YUV | 129.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 116 | 0 | 0.55 | 0.44 | 0.19 | 347.89 | 0.54 | 0.59 |
| Hex | CF | 5D | 74 | 0 | 37 | 2C | 13 | 15C | 36 | 3B |
| Octal | 317 | 135 | 164 | 0 | 67 | 54 | 23 | 534 | 66 | 73 |
| Binary | 11001111 | 1011101 | 1110100 | 0 | 110111 | 101100 | 10011 | 101011100 | 110110 | 111011 |
Color Harmonies of #CF5D74
Complementary color
Monochromatic Colors of #CF5D74
Black with #CF5D74
Text Example
Text Example
White with #CF5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D74; }
p { color: rgb(207,93,116); }
H1.HeaderClassName
{
color: #CF5D74;
}
.AnyTagClassName
{
color: #CF5D74;
}
</style>
background-color css
<style>
a { background-color: #CF5D74; }
a { background-color: rgb(207,93,116); }
div.DivClassName
{
background-color: #CF5D74;
}
.BgClassName
{
background-color: #CF5D74;
}
</style>
border-color css
<style>
span { border-color: #CF5D74; }
span { border-color: rgb(207,93,116); }
td.TdClassName
{
border-color: #CF5D74;
}
.TagClassName
{
border-color: #CF5D74;
}
</style>