Shades of Cabaret #CF4669
Tints of Cabaret #CF4669
RGB
CMYK
RGB Variations
Color information
#CF4669 (or 0xCF4669) is known color: Cabaret. HEX triplet: CF, 46 and 69. RGB value is (207,70,105). Sum of RGB (Red+Green+Blue) = 207+70+105=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4669 is #30B996. Grayscale: #727272. Windows color (decimal): -3193239 or 6899407. OLE color: 6899407.
HSL color Cylindrical-coordinate representation of color #CF4669: hue angle of 344.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4669 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 105 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.19 |
| HSL | 344.67º | 0.59% | 0.54% | - |
| HSV(B) | 344.67º | 0.66% | 0.81% | - |
| XYZ | 30.47 | 18.67 | 15.36 | - |
| YUV | 114.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 105 | 0 | 0.66 | 0.49 | 0.19 | 344.67 | 0.59 | 0.54 |
| Hex | CF | 46 | 69 | 0 | 42 | 31 | 13 | 159 | 3B | 36 |
| Octal | 317 | 106 | 151 | 0 | 102 | 61 | 23 | 531 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1101001 | 0 | 1000010 | 110001 | 10011 | 101011001 | 111011 | 110110 |
Color Harmonies of #CF4669
Complementary color
Monochromatic Colors of #CF4669
Black with #CF4669
Text Example
Text Example
White with #CF4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4669; }
p { color: rgb(207,70,105); }
H1.HeaderClassName
{
color: #CF4669;
}
.AnyTagClassName
{
color: #CF4669;
}
</style>
background-color css
<style>
a { background-color: #CF4669; }
a { background-color: rgb(207,70,105); }
div.DivClassName
{
background-color: #CF4669;
}
.BgClassName
{
background-color: #CF4669;
}
</style>
border-color css
<style>
span { border-color: #CF4669; }
span { border-color: rgb(207,70,105); }
td.TdClassName
{
border-color: #CF4669;
}
.TagClassName
{
border-color: #CF4669;
}
</style>