Shades of Cabaret #CF5372
Tints of Cabaret #CF5372
RGB
CMYK
RGB Variations
Color information
#CF5372 (or 0xCF5372) is known color: Cabaret. HEX triplet: CF, 53 and 72. RGB value is (207,83,114). Sum of RGB (Red+Green+Blue) = 207+83+114=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5372 is #30AC8D. Grayscale: #7B7B7B. Windows color (decimal): -3189902 or 7492559. OLE color: 7492559.
HSL color Cylindrical-coordinate representation of color #CF5372: hue angle of 345º 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 #CF5372 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 114 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.19 |
| HSL | 345º | 0.56% | 0.57% | - |
| HSV(B) | 345º | 0.6% | 0.81% | - |
| XYZ | 31.86 | 20.67 | 18.23 | - |
| YUV | 123.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 114 | 0 | 0.60 | 0.45 | 0.19 | 345 | 0.56 | 0.57 |
| Hex | CF | 53 | 72 | 0 | 3C | 2D | 13 | 159 | 38 | 39 |
| Octal | 317 | 123 | 162 | 0 | 74 | 55 | 23 | 531 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1110010 | 0 | 111100 | 101101 | 10011 | 101011001 | 111000 | 111001 |
Color Harmonies of #CF5372
Complementary color
Monochromatic Colors of #CF5372
Black with #CF5372
Text Example
Text Example
White with #CF5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5372; }
p { color: rgb(207,83,114); }
H1.HeaderClassName
{
color: #CF5372;
}
.AnyTagClassName
{
color: #CF5372;
}
</style>
background-color css
<style>
a { background-color: #CF5372; }
a { background-color: rgb(207,83,114); }
div.DivClassName
{
background-color: #CF5372;
}
.BgClassName
{
background-color: #CF5372;
}
</style>
border-color css
<style>
span { border-color: #CF5372; }
span { border-color: rgb(207,83,114); }
td.TdClassName
{
border-color: #CF5372;
}
.TagClassName
{
border-color: #CF5372;
}
</style>