Shades of Cabaret #CF5565
Tints of Cabaret #CF5565
RGB
CMYK
RGB Variations
Color information
#CF5565 (or 0xCF5565) is known color: Cabaret. HEX triplet: CF, 55 and 65. RGB value is (207,85,101). Sum of RGB (Red+Green+Blue) = 207+85+101=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5565 is #30AA9A. Grayscale: #7B7B7B. Windows color (decimal): -3189403 or 6641103. OLE color: 6641103.
HSL color Cylindrical-coordinate representation of color #CF5565: hue angle of 352.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5565 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 101 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.19 |
| HSL | 352.13º | 0.56% | 0.57% | - |
| HSV(B) | 352.13º | 0.59% | 0.81% | - |
| XYZ | 31.33 | 20.7 | 14.66 | - |
| YUV | 123.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 101 | 0 | 0.59 | 0.51 | 0.19 | 352.13 | 0.56 | 0.57 |
| Hex | CF | 55 | 65 | 0 | 3B | 33 | 13 | 160 | 38 | 39 |
| Octal | 317 | 125 | 145 | 0 | 73 | 63 | 23 | 540 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1100101 | 0 | 111011 | 110011 | 10011 | 101100000 | 111000 | 111001 |
Color Harmonies of #CF5565
Complementary color
Monochromatic Colors of #CF5565
Black with #CF5565
Text Example
Text Example
White with #CF5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5565; }
p { color: rgb(207,85,101); }
H1.HeaderClassName
{
color: #CF5565;
}
.AnyTagClassName
{
color: #CF5565;
}
</style>
background-color css
<style>
a { background-color: #CF5565; }
a { background-color: rgb(207,85,101); }
div.DivClassName
{
background-color: #CF5565;
}
.BgClassName
{
background-color: #CF5565;
}
</style>
border-color css
<style>
span { border-color: #CF5565; }
span { border-color: rgb(207,85,101); }
td.TdClassName
{
border-color: #CF5565;
}
.TagClassName
{
border-color: #CF5565;
}
</style>