Shades of Cabaret #CF4867
Tints of Cabaret #CF4867
RGB
CMYK
RGB Variations
Color information
#CF4867 (or 0xCF4867) is known color: Cabaret. HEX triplet: CF, 48 and 67. RGB value is (207,72,103). Sum of RGB (Red+Green+Blue) = 207+72+103=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4867 is #30B798. Grayscale: #737373. Windows color (decimal): -3192729 or 6768847. OLE color: 6768847.
HSL color Cylindrical-coordinate representation of color #CF4867: hue angle of 346.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4867 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 103 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.19 |
| HSL | 346.22º | 0.58% | 0.55% | - |
| HSV(B) | 346.22º | 0.65% | 0.81% | - |
| XYZ | 30.5 | 18.88 | 14.87 | - |
| YUV | 115.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 103 | 0 | 0.65 | 0.50 | 0.19 | 346.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 67 | 0 | 41 | 32 | 13 | 15A | 3A | 37 |
| Octal | 317 | 110 | 147 | 0 | 101 | 62 | 23 | 532 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1100111 | 0 | 1000001 | 110010 | 10011 | 101011010 | 111010 | 110111 |
Color Harmonies of #CF4867
Complementary color
Monochromatic Colors of #CF4867
Black with #CF4867
Text Example
Text Example
White with #CF4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4867; }
p { color: rgb(207,72,103); }
H1.HeaderClassName
{
color: #CF4867;
}
.AnyTagClassName
{
color: #CF4867;
}
</style>
background-color css
<style>
a { background-color: #CF4867; }
a { background-color: rgb(207,72,103); }
div.DivClassName
{
background-color: #CF4867;
}
.BgClassName
{
background-color: #CF4867;
}
</style>
border-color css
<style>
span { border-color: #CF4867; }
span { border-color: rgb(207,72,103); }
td.TdClassName
{
border-color: #CF4867;
}
.TagClassName
{
border-color: #CF4867;
}
</style>