Shades of Cabaret #CF4065
Tints of Cabaret #CF4065
RGB
CMYK
RGB Variations
Color information
#CF4065 (or 0xCF4065) is known color: Cabaret. HEX triplet: CF, 40 and 65. RGB value is (207,64,101). Sum of RGB (Red+Green+Blue) = 207+64+101=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4065 is #30BF9A. Grayscale: #6E6E6E. Windows color (decimal): -3194779 or 6635727. OLE color: 6635727.
HSL color Cylindrical-coordinate representation of color #CF4065: hue angle of 344.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4065 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 101 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.19 |
| HSL | 344.48º | 0.6% | 0.53% | - |
| HSV(B) | 344.48º | 0.69% | 0.81% | - |
| XYZ | 29.91 | 17.87 | 14.18 | - |
| YUV | 110.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 101 | 0 | 0.69 | 0.51 | 0.19 | 344.48 | 0.6 | 0.53 |
| Hex | CF | 40 | 65 | 0 | 45 | 33 | 13 | 158 | 3C | 35 |
| Octal | 317 | 100 | 145 | 0 | 105 | 63 | 23 | 530 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1100101 | 0 | 1000101 | 110011 | 10011 | 101011000 | 111100 | 110101 |
Color Harmonies of #CF4065
Complementary color
Monochromatic Colors of #CF4065
Black with #CF4065
Text Example
Text Example
White with #CF4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4065; }
p { color: rgb(207,64,101); }
H1.HeaderClassName
{
color: #CF4065;
}
.AnyTagClassName
{
color: #CF4065;
}
</style>
background-color css
<style>
a { background-color: #CF4065; }
a { background-color: rgb(207,64,101); }
div.DivClassName
{
background-color: #CF4065;
}
.BgClassName
{
background-color: #CF4065;
}
</style>
border-color css
<style>
span { border-color: #CF4065; }
span { border-color: rgb(207,64,101); }
td.TdClassName
{
border-color: #CF4065;
}
.TagClassName
{
border-color: #CF4065;
}
</style>