Shades of Cabaret #CF4772
Tints of Cabaret #CF4772
RGB
CMYK
RGB Variations
Color information
#CF4772 (or 0xCF4772) is known color: Cabaret. HEX triplet: CF, 47 and 72. RGB value is (207,71,114). Sum of RGB (Red+Green+Blue) = 207+71+114=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4772 is #30B88D. Grayscale: #747474. Windows color (decimal): -3192974 or 7489487. OLE color: 7489487.
HSL color Cylindrical-coordinate representation of color #CF4772: hue angle of 341.03º 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 #CF4772 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 114 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.19 |
| HSL | 341.03º | 0.59% | 0.55% | - |
| HSV(B) | 341.03º | 0.66% | 0.81% | - |
| XYZ | 31.02 | 18.99 | 17.95 | - |
| YUV | 116.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 114 | 0 | 0.66 | 0.45 | 0.19 | 341.03 | 0.59 | 0.55 |
| Hex | CF | 47 | 72 | 0 | 42 | 2D | 13 | 155 | 3B | 37 |
| Octal | 317 | 107 | 162 | 0 | 102 | 55 | 23 | 525 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1110010 | 0 | 1000010 | 101101 | 10011 | 101010101 | 111011 | 110111 |
Color Harmonies of #CF4772
Complementary color
Monochromatic Colors of #CF4772
Black with #CF4772
Text Example
Text Example
White with #CF4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4772; }
p { color: rgb(207,71,114); }
H1.HeaderClassName
{
color: #CF4772;
}
.AnyTagClassName
{
color: #CF4772;
}
</style>
background-color css
<style>
a { background-color: #CF4772; }
a { background-color: rgb(207,71,114); }
div.DivClassName
{
background-color: #CF4772;
}
.BgClassName
{
background-color: #CF4772;
}
</style>
border-color css
<style>
span { border-color: #CF4772; }
span { border-color: rgb(207,71,114); }
td.TdClassName
{
border-color: #CF4772;
}
.TagClassName
{
border-color: #CF4772;
}
</style>