Shades of Cabaret #CF5765
Tints of Cabaret #CF5765
RGB
CMYK
RGB Variations
Color information
#CF5765 (or 0xCF5765) is known color: Cabaret. HEX triplet: CF, 57 and 65. RGB value is (207,87,101). Sum of RGB (Red+Green+Blue) = 207+87+101=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5765 is #30A89A. Grayscale: #7C7C7C. Windows color (decimal): -3188891 or 6641615. OLE color: 6641615.
HSL color Cylindrical-coordinate representation of color #CF5765: hue angle of 353º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5765 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 101 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.19 |
| HSL | 353º | 0.56% | 0.58% | - |
| HSV(B) | 353º | 0.58% | 0.81% | - |
| XYZ | 31.49 | 21.02 | 14.71 | - |
| YUV | 124.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 101 | 0 | 0.58 | 0.51 | 0.19 | 353 | 0.56 | 0.58 |
| Hex | CF | 57 | 65 | 0 | 3A | 33 | 13 | 161 | 38 | 3A |
| Octal | 317 | 127 | 145 | 0 | 72 | 63 | 23 | 541 | 70 | 72 |
| Binary | 11001111 | 1010111 | 1100101 | 0 | 111010 | 110011 | 10011 | 101100001 | 111000 | 111010 |
Color Harmonies of #CF5765
Complementary color
Monochromatic Colors of #CF5765
Black with #CF5765
Text Example
Text Example
White with #CF5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5765; }
p { color: rgb(207,87,101); }
H1.HeaderClassName
{
color: #CF5765;
}
.AnyTagClassName
{
color: #CF5765;
}
</style>
background-color css
<style>
a { background-color: #CF5765; }
a { background-color: rgb(207,87,101); }
div.DivClassName
{
background-color: #CF5765;
}
.BgClassName
{
background-color: #CF5765;
}
</style>
border-color css
<style>
span { border-color: #CF5765; }
span { border-color: rgb(207,87,101); }
td.TdClassName
{
border-color: #CF5765;
}
.TagClassName
{
border-color: #CF5765;
}
</style>