Shades of Cabaret #CF406C
Tints of Cabaret #CF406C
RGB
CMYK
RGB Variations
Color information
#CF406C (or 0xCF406C) is known color: Cabaret. HEX triplet: CF, 40 and 6C. RGB value is (207,64,108). Sum of RGB (Red+Green+Blue) = 207+64+108=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF406C is #30BF93. Grayscale: #6F6F6F. Windows color (decimal): -3194772 or 7094479. OLE color: 7094479.
HSL color Cylindrical-coordinate representation of color #CF406C: hue angle of 341.54º 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 #CF406C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 108 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.19 |
| HSL | 341.54º | 0.6% | 0.53% | - |
| HSV(B) | 341.54º | 0.69% | 0.81% | - |
| XYZ | 30.27 | 18.01 | 16.07 | - |
| YUV | 111.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 108 | 0 | 0.69 | 0.48 | 0.19 | 341.54 | 0.6 | 0.53 |
| Hex | CF | 40 | 6C | 0 | 45 | 30 | 13 | 156 | 3C | 35 |
| Octal | 317 | 100 | 154 | 0 | 105 | 60 | 23 | 526 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1101100 | 0 | 1000101 | 110000 | 10011 | 101010110 | 111100 | 110101 |
Color Harmonies of #CF406C
Complementary color
Monochromatic Colors of #CF406C
Black with #CF406C
Text Example
Text Example
White with #CF406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF406C; }
p { color: rgb(207,64,108); }
H1.HeaderClassName
{
color: #CF406C;
}
.AnyTagClassName
{
color: #CF406C;
}
</style>
background-color css
<style>
a { background-color: #CF406C; }
a { background-color: rgb(207,64,108); }
div.DivClassName
{
background-color: #CF406C;
}
.BgClassName
{
background-color: #CF406C;
}
</style>
border-color css
<style>
span { border-color: #CF406C; }
span { border-color: rgb(207,64,108); }
td.TdClassName
{
border-color: #CF406C;
}
.TagClassName
{
border-color: #CF406C;
}
</style>