Shades of Cabaret #CF4C65
Tints of Cabaret #CF4C65
RGB
CMYK
RGB Variations
Color information
#CF4C65 (or 0xCF4C65) is known color: Cabaret. HEX triplet: CF, 4C and 65. RGB value is (207,76,101). Sum of RGB (Red+Green+Blue) = 207+76+101=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C65 is #30B39A. Grayscale: #767676. Windows color (decimal): -3191707 or 6638799. OLE color: 6638799.
HSL color Cylindrical-coordinate representation of color #CF4C65: hue angle of 348.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C65 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 101 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.19 |
| HSL | 348.55º | 0.58% | 0.55% | - |
| HSV(B) | 348.55º | 0.63% | 0.81% | - |
| XYZ | 30.67 | 19.37 | 14.44 | - |
| YUV | 118.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 101 | 0 | 0.63 | 0.51 | 0.19 | 348.55 | 0.58 | 0.55 |
| Hex | CF | 4C | 65 | 0 | 3F | 33 | 13 | 15D | 3A | 37 |
| Octal | 317 | 114 | 145 | 0 | 77 | 63 | 23 | 535 | 72 | 67 |
| Binary | 11001111 | 1001100 | 1100101 | 0 | 111111 | 110011 | 10011 | 101011101 | 111010 | 110111 |
Color Harmonies of #CF4C65
Complementary color
Monochromatic Colors of #CF4C65
Black with #CF4C65
Text Example
Text Example
White with #CF4C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C65; }
p { color: rgb(207,76,101); }
H1.HeaderClassName
{
color: #CF4C65;
}
.AnyTagClassName
{
color: #CF4C65;
}
</style>
background-color css
<style>
a { background-color: #CF4C65; }
a { background-color: rgb(207,76,101); }
div.DivClassName
{
background-color: #CF4C65;
}
.BgClassName
{
background-color: #CF4C65;
}
</style>
border-color css
<style>
span { border-color: #CF4C65; }
span { border-color: rgb(207,76,101); }
td.TdClassName
{
border-color: #CF4C65;
}
.TagClassName
{
border-color: #CF4C65;
}
</style>