Shades of Cabaret #CF606F
Tints of Cabaret #CF606F
RGB
CMYK
RGB Variations
Color information
#CF606F (or 0xCF606F) is known color: Cabaret. HEX triplet: CF, 60 and 6F. RGB value is (207,96,111). Sum of RGB (Red+Green+Blue) = 207+96+111=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF606F is #309F90. Grayscale: #828282. Windows color (decimal): -3186577 or 7299279. OLE color: 7299279.
HSL color Cylindrical-coordinate representation of color #CF606F: hue angle of 351.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF606F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 111 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.19 |
| HSL | 351.89º | 0.54% | 0.59% | - |
| HSV(B) | 351.89º | 0.54% | 0.81% | - |
| XYZ | 32.78 | 22.78 | 17.71 | - |
| YUV | 130.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 111 | 0 | 0.54 | 0.46 | 0.19 | 351.89 | 0.54 | 0.59 |
| Hex | CF | 60 | 6F | 0 | 36 | 2E | 13 | 160 | 36 | 3B |
| Octal | 317 | 140 | 157 | 0 | 66 | 56 | 23 | 540 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1101111 | 0 | 110110 | 101110 | 10011 | 101100000 | 110110 | 111011 |
Color Harmonies of #CF606F
Complementary color
Monochromatic Colors of #CF606F
Black with #CF606F
Text Example
Text Example
White with #CF606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF606F; }
p { color: rgb(207,96,111); }
H1.HeaderClassName
{
color: #CF606F;
}
.AnyTagClassName
{
color: #CF606F;
}
</style>
background-color css
<style>
a { background-color: #CF606F; }
a { background-color: rgb(207,96,111); }
div.DivClassName
{
background-color: #CF606F;
}
.BgClassName
{
background-color: #CF606F;
}
</style>
border-color css
<style>
span { border-color: #CF606F; }
span { border-color: rgb(207,96,111); }
td.TdClassName
{
border-color: #CF606F;
}
.TagClassName
{
border-color: #CF606F;
}
</style>