Shades of Cabaret #CF4964
Tints of Cabaret #CF4964
RGB
CMYK
RGB Variations
Color information
#CF4964 (or 0xCF4964) is known color: Cabaret. HEX triplet: CF, 49 and 64. RGB value is (207,73,100). Sum of RGB (Red+Green+Blue) = 207+73+100=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4964 is #30B69B. Grayscale: #747474. Windows color (decimal): -3192476 or 6572495. OLE color: 6572495.
HSL color Cylindrical-coordinate representation of color #CF4964: hue angle of 347.91º 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 #CF4964 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 100 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.19 |
| HSL | 347.91º | 0.58% | 0.55% | - |
| HSV(B) | 347.91º | 0.65% | 0.81% | - |
| XYZ | 30.41 | 18.95 | 14.11 | - |
| YUV | 116.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 100 | 0 | 0.65 | 0.52 | 0.19 | 347.91 | 0.58 | 0.55 |
| Hex | CF | 49 | 64 | 0 | 41 | 34 | 13 | 15C | 3A | 37 |
| Octal | 317 | 111 | 144 | 0 | 101 | 64 | 23 | 534 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1100100 | 0 | 1000001 | 110100 | 10011 | 101011100 | 111010 | 110111 |
Color Harmonies of #CF4964
Complementary color
Monochromatic Colors of #CF4964
Black with #CF4964
Text Example
Text Example
White with #CF4964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4964; }
p { color: rgb(207,73,100); }
H1.HeaderClassName
{
color: #CF4964;
}
.AnyTagClassName
{
color: #CF4964;
}
</style>
background-color css
<style>
a { background-color: #CF4964; }
a { background-color: rgb(207,73,100); }
div.DivClassName
{
background-color: #CF4964;
}
.BgClassName
{
background-color: #CF4964;
}
</style>
border-color css
<style>
span { border-color: #CF4964; }
span { border-color: rgb(207,73,100); }
td.TdClassName
{
border-color: #CF4964;
}
.TagClassName
{
border-color: #CF4964;
}
</style>