Shades of Cabaret #CF406D
Tints of Cabaret #CF406D
RGB
CMYK
RGB Variations
Color information
#CF406D (or 0xCF406D) is known color: Cabaret. HEX triplet: CF, 40 and 6D. RGB value is (207,64,109). Sum of RGB (Red+Green+Blue) = 207+64+109=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF406D is #30BF92. Grayscale: #6F6F6F. Windows color (decimal): -3194771 or 7160015. OLE color: 7160015.
HSL color Cylindrical-coordinate representation of color #CF406D: hue angle of 341.12º 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 #CF406D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 109 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.19 |
| HSL | 341.12º | 0.6% | 0.53% | - |
| HSV(B) | 341.12º | 0.69% | 0.81% | - |
| XYZ | 30.33 | 18.04 | 16.35 | - |
| YUV | 111.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 109 | 0 | 0.69 | 0.47 | 0.19 | 341.12 | 0.6 | 0.53 |
| Hex | CF | 40 | 6D | 0 | 45 | 2F | 13 | 155 | 3C | 35 |
| Octal | 317 | 100 | 155 | 0 | 105 | 57 | 23 | 525 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1101101 | 0 | 1000101 | 101111 | 10011 | 101010101 | 111100 | 110101 |
Color Harmonies of #CF406D
Complementary color
Monochromatic Colors of #CF406D
Black with #CF406D
Text Example
Text Example
White with #CF406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF406D; }
p { color: rgb(207,64,109); }
H1.HeaderClassName
{
color: #CF406D;
}
.AnyTagClassName
{
color: #CF406D;
}
</style>
background-color css
<style>
a { background-color: #CF406D; }
a { background-color: rgb(207,64,109); }
div.DivClassName
{
background-color: #CF406D;
}
.BgClassName
{
background-color: #CF406D;
}
</style>
border-color css
<style>
span { border-color: #CF406D; }
span { border-color: rgb(207,64,109); }
td.TdClassName
{
border-color: #CF406D;
}
.TagClassName
{
border-color: #CF406D;
}
</style>