Shades of Cabaret #CF5A69
Tints of Cabaret #CF5A69
RGB
CMYK
RGB Variations
Color information
#CF5A69 (or 0xCF5A69) is known color: Cabaret. HEX triplet: CF, 5A and 69. RGB value is (207,90,105). Sum of RGB (Red+Green+Blue) = 207+90+105=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A69 is #30A596. Grayscale: #7E7E7E. Windows color (decimal): -3188119 or 6904527. OLE color: 6904527.
HSL color Cylindrical-coordinate representation of color #CF5A69: hue angle of 352.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A69 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 105 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.19 |
| HSL | 352.31º | 0.55% | 0.58% | - |
| HSV(B) | 352.31º | 0.57% | 0.81% | - |
| XYZ | 31.94 | 21.6 | 15.85 | - |
| YUV | 126.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 105 | 0 | 0.57 | 0.49 | 0.19 | 352.31 | 0.55 | 0.58 |
| Hex | CF | 5A | 69 | 0 | 39 | 31 | 13 | 160 | 37 | 3A |
| Octal | 317 | 132 | 151 | 0 | 71 | 61 | 23 | 540 | 67 | 72 |
| Binary | 11001111 | 1011010 | 1101001 | 0 | 111001 | 110001 | 10011 | 101100000 | 110111 | 111010 |
Color Harmonies of #CF5A69
Complementary color
Monochromatic Colors of #CF5A69
Black with #CF5A69
Text Example
Text Example
White with #CF5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A69; }
p { color: rgb(207,90,105); }
H1.HeaderClassName
{
color: #CF5A69;
}
.AnyTagClassName
{
color: #CF5A69;
}
</style>
background-color css
<style>
a { background-color: #CF5A69; }
a { background-color: rgb(207,90,105); }
div.DivClassName
{
background-color: #CF5A69;
}
.BgClassName
{
background-color: #CF5A69;
}
</style>
border-color css
<style>
span { border-color: #CF5A69; }
span { border-color: rgb(207,90,105); }
td.TdClassName
{
border-color: #CF5A69;
}
.TagClassName
{
border-color: #CF5A69;
}
</style>