Shades of Cabaret #CF4465
Tints of Cabaret #CF4465
RGB
CMYK
RGB Variations
Color information
#CF4465 (or 0xCF4465) is known color: Cabaret. HEX triplet: CF, 44 and 65. RGB value is (207,68,101). Sum of RGB (Red+Green+Blue) = 207+68+101=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4465 is #30BB9A. Grayscale: #717171. Windows color (decimal): -3193755 or 6636751. OLE color: 6636751.
HSL color Cylindrical-coordinate representation of color #CF4465: hue angle of 345.76º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4465 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 101 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.19 |
| HSL | 345.76º | 0.59% | 0.54% | - |
| HSV(B) | 345.76º | 0.67% | 0.81% | - |
| XYZ | 30.15 | 18.34 | 14.26 | - |
| YUV | 113.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 101 | 0 | 0.67 | 0.51 | 0.19 | 345.76 | 0.59 | 0.54 |
| Hex | CF | 44 | 65 | 0 | 43 | 33 | 13 | 15A | 3B | 36 |
| Octal | 317 | 104 | 145 | 0 | 103 | 63 | 23 | 532 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1100101 | 0 | 1000011 | 110011 | 10011 | 101011010 | 111011 | 110110 |
Color Harmonies of #CF4465
Complementary color
Monochromatic Colors of #CF4465
Black with #CF4465
Text Example
Text Example
White with #CF4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4465; }
p { color: rgb(207,68,101); }
H1.HeaderClassName
{
color: #CF4465;
}
.AnyTagClassName
{
color: #CF4465;
}
</style>
background-color css
<style>
a { background-color: #CF4465; }
a { background-color: rgb(207,68,101); }
div.DivClassName
{
background-color: #CF4465;
}
.BgClassName
{
background-color: #CF4465;
}
</style>
border-color css
<style>
span { border-color: #CF4465; }
span { border-color: rgb(207,68,101); }
td.TdClassName
{
border-color: #CF4465;
}
.TagClassName
{
border-color: #CF4465;
}
</style>