Shades of Cabaret #C7466F
Tints of Cabaret #C7466F
RGB
CMYK
RGB Variations
Color information
#C7466F (or 0xC7466F) is known color: Cabaret. HEX triplet: C7, 46 and 6F. RGB value is (199,70,111). Sum of RGB (Red+Green+Blue) = 199+70+111=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7466F is #38B990. Grayscale: #717171. Windows color (decimal): -3717521 or 7292615. OLE color: 7292615.
HSL color Cylindrical-coordinate representation of color #C7466F: hue angle of 340.93º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7466F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 111 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.22 |
| HSL | 340.93º | 0.54% | 0.53% | - |
| HSV(B) | 340.93º | 0.65% | 0.78% | - |
| XYZ | 28.61 | 17.67 | 16.94 | - |
| YUV | 113.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 111 | 0 | 0.65 | 0.44 | 0.22 | 340.93 | 0.54 | 0.53 |
| Hex | C7 | 46 | 6F | 0 | 41 | 2C | 16 | 155 | 36 | 35 |
| Octal | 307 | 106 | 157 | 0 | 101 | 54 | 26 | 525 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1101111 | 0 | 1000001 | 101100 | 10110 | 101010101 | 110110 | 110101 |
Color Harmonies of #C7466F
Complementary color
Monochromatic Colors of #C7466F
Black with #C7466F
Text Example
Text Example
White with #C7466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7466F; }
p { color: rgb(199,70,111); }
H1.HeaderClassName
{
color: #C7466F;
}
.AnyTagClassName
{
color: #C7466F;
}
</style>
background-color css
<style>
a { background-color: #C7466F; }
a { background-color: rgb(199,70,111); }
div.DivClassName
{
background-color: #C7466F;
}
.BgClassName
{
background-color: #C7466F;
}
</style>
border-color css
<style>
span { border-color: #C7466F; }
span { border-color: rgb(199,70,111); }
td.TdClassName
{
border-color: #C7466F;
}
.TagClassName
{
border-color: #C7466F;
}
</style>