Shades of Cabaret #C7466D
Tints of Cabaret #C7466D
RGB
CMYK
RGB Variations
Color information
#C7466D (or 0xC7466D) is known color: Cabaret. HEX triplet: C7, 46 and 6D. RGB value is (199,70,109). Sum of RGB (Red+Green+Blue) = 199+70+109=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7466D is #38B992. Grayscale: #707070. Windows color (decimal): -3717523 or 7161543. OLE color: 7161543.
HSL color Cylindrical-coordinate representation of color #C7466D: hue angle of 341.86º 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 #C7466D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 109 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.22 |
| HSL | 341.86º | 0.54% | 0.53% | - |
| HSV(B) | 341.86º | 0.65% | 0.78% | - |
| XYZ | 28.5 | 17.63 | 16.37 | - |
| YUV | 113.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 109 | 0 | 0.65 | 0.45 | 0.22 | 341.86 | 0.54 | 0.53 |
| Hex | C7 | 46 | 6D | 0 | 41 | 2D | 16 | 156 | 36 | 35 |
| Octal | 307 | 106 | 155 | 0 | 101 | 55 | 26 | 526 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1101101 | 0 | 1000001 | 101101 | 10110 | 101010110 | 110110 | 110101 |
Color Harmonies of #C7466D
Complementary color
Monochromatic Colors of #C7466D
Black with #C7466D
Text Example
Text Example
White with #C7466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7466D; }
p { color: rgb(199,70,109); }
H1.HeaderClassName
{
color: #C7466D;
}
.AnyTagClassName
{
color: #C7466D;
}
</style>
background-color css
<style>
a { background-color: #C7466D; }
a { background-color: rgb(199,70,109); }
div.DivClassName
{
background-color: #C7466D;
}
.BgClassName
{
background-color: #C7466D;
}
</style>
border-color css
<style>
span { border-color: #C7466D; }
span { border-color: rgb(199,70,109); }
td.TdClassName
{
border-color: #C7466D;
}
.TagClassName
{
border-color: #C7466D;
}
</style>