Shades of Cabaret #CF5E69
Tints of Cabaret #CF5E69
RGB
CMYK
RGB Variations
Color information
#CF5E69 (or 0xCF5E69) is known color: Cabaret. HEX triplet: CF, 5E and 69. RGB value is (207,94,105). Sum of RGB (Red+Green+Blue) = 207+94+105=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E69 is #30A196. Grayscale: #818181. Windows color (decimal): -3187095 or 6905551. OLE color: 6905551.
HSL color Cylindrical-coordinate representation of color #CF5E69: hue angle of 354.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E69 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 105 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.19 |
| HSL | 354.16º | 0.54% | 0.59% | - |
| HSV(B) | 354.16º | 0.55% | 0.81% | - |
| XYZ | 32.28 | 22.29 | 15.97 | - |
| YUV | 129.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 105 | 0 | 0.55 | 0.49 | 0.19 | 354.16 | 0.54 | 0.59 |
| Hex | CF | 5E | 69 | 0 | 37 | 31 | 13 | 162 | 36 | 3B |
| Octal | 317 | 136 | 151 | 0 | 67 | 61 | 23 | 542 | 66 | 73 |
| Binary | 11001111 | 1011110 | 1101001 | 0 | 110111 | 110001 | 10011 | 101100010 | 110110 | 111011 |
Color Harmonies of #CF5E69
Complementary color
Monochromatic Colors of #CF5E69
Black with #CF5E69
Text Example
Text Example
White with #CF5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E69; }
p { color: rgb(207,94,105); }
H1.HeaderClassName
{
color: #CF5E69;
}
.AnyTagClassName
{
color: #CF5E69;
}
</style>
background-color css
<style>
a { background-color: #CF5E69; }
a { background-color: rgb(207,94,105); }
div.DivClassName
{
background-color: #CF5E69;
}
.BgClassName
{
background-color: #CF5E69;
}
</style>
border-color css
<style>
span { border-color: #CF5E69; }
span { border-color: rgb(207,94,105); }
td.TdClassName
{
border-color: #CF5E69;
}
.TagClassName
{
border-color: #CF5E69;
}
</style>