Shades of Cabaret #CF5374
Tints of Cabaret #CF5374
RGB
CMYK
RGB Variations
Color information
#CF5374 (or 0xCF5374) is known color: Cabaret. HEX triplet: CF, 53 and 74. RGB value is (207,83,116). Sum of RGB (Red+Green+Blue) = 207+83+116=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5374 is #30AC8B. Grayscale: #7B7B7B. Windows color (decimal): -3189900 or 7623631. OLE color: 7623631.
HSL color Cylindrical-coordinate representation of color #CF5374: hue angle of 344.03º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5374 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 116 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.19 |
| HSL | 344.03º | 0.56% | 0.57% | - |
| HSV(B) | 344.03º | 0.6% | 0.81% | - |
| XYZ | 31.98 | 20.71 | 18.84 | - |
| YUV | 123.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 116 | 0 | 0.60 | 0.44 | 0.19 | 344.03 | 0.56 | 0.57 |
| Hex | CF | 53 | 74 | 0 | 3C | 2C | 13 | 158 | 38 | 39 |
| Octal | 317 | 123 | 164 | 0 | 74 | 54 | 23 | 530 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1110100 | 0 | 111100 | 101100 | 10011 | 101011000 | 111000 | 111001 |
Color Harmonies of #CF5374
Complementary color
Monochromatic Colors of #CF5374
Black with #CF5374
Text Example
Text Example
White with #CF5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5374; }
p { color: rgb(207,83,116); }
H1.HeaderClassName
{
color: #CF5374;
}
.AnyTagClassName
{
color: #CF5374;
}
</style>
background-color css
<style>
a { background-color: #CF5374; }
a { background-color: rgb(207,83,116); }
div.DivClassName
{
background-color: #CF5374;
}
.BgClassName
{
background-color: #CF5374;
}
</style>
border-color css
<style>
span { border-color: #CF5374; }
span { border-color: rgb(207,83,116); }
td.TdClassName
{
border-color: #CF5374;
}
.TagClassName
{
border-color: #CF5374;
}
</style>