Shades of Cabaret #CF4763
Tints of Cabaret #CF4763
RGB
CMYK
RGB Variations
Color information
#CF4763 (or 0xCF4763) is known color: Cabaret. HEX triplet: CF, 47 and 63. RGB value is (207,71,99). Sum of RGB (Red+Green+Blue) = 207+71+99=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4763 is #30B89C. Grayscale: #727272. Windows color (decimal): -3192989 or 6506447. OLE color: 6506447.
HSL color Cylindrical-coordinate representation of color #CF4763: hue angle of 347.65º 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 #CF4763 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 99 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.19 |
| HSL | 347.65º | 0.59% | 0.55% | - |
| HSV(B) | 347.65º | 0.66% | 0.81% | - |
| XYZ | 30.24 | 18.67 | 13.81 | - |
| YUV | 114.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 99 | 0 | 0.66 | 0.52 | 0.19 | 347.65 | 0.59 | 0.55 |
| Hex | CF | 47 | 63 | 0 | 42 | 34 | 13 | 15C | 3B | 37 |
| Octal | 317 | 107 | 143 | 0 | 102 | 64 | 23 | 534 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1100011 | 0 | 1000010 | 110100 | 10011 | 101011100 | 111011 | 110111 |
Color Harmonies of #CF4763
Complementary color
Monochromatic Colors of #CF4763
Black with #CF4763
Text Example
Text Example
White with #CF4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4763; }
p { color: rgb(207,71,99); }
H1.HeaderClassName
{
color: #CF4763;
}
.AnyTagClassName
{
color: #CF4763;
}
</style>
background-color css
<style>
a { background-color: #CF4763; }
a { background-color: rgb(207,71,99); }
div.DivClassName
{
background-color: #CF4763;
}
.BgClassName
{
background-color: #CF4763;
}
</style>
border-color css
<style>
span { border-color: #CF4763; }
span { border-color: rgb(207,71,99); }
td.TdClassName
{
border-color: #CF4763;
}
.TagClassName
{
border-color: #CF4763;
}
</style>