Shades of Cabaret #C75166
Tints of Cabaret #C75166
RGB
CMYK
RGB Variations
Color information
#C75166 (or 0xC75166) is known color: Cabaret. HEX triplet: C7, 51 and 66. RGB value is (199,81,102). Sum of RGB (Red+Green+Blue) = 199+81+102=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C75166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75166 is #38AE99. Grayscale: #767676. Windows color (decimal): -3714714 or 6705607. OLE color: 6705607.
HSL color Cylindrical-coordinate representation of color #C75166: hue angle of 349.32º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75166 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 102 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.22 |
| HSL | 349.32º | 0.51% | 0.55% | - |
| HSV(B) | 349.32º | 0.59% | 0.78% | - |
| XYZ | 28.89 | 18.99 | 14.71 | - |
| YUV | 118.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 102 | 0 | 0.59 | 0.49 | 0.22 | 349.32 | 0.51 | 0.55 |
| Hex | C7 | 51 | 66 | 0 | 3B | 31 | 16 | 15D | 33 | 37 |
| Octal | 307 | 121 | 146 | 0 | 73 | 61 | 26 | 535 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1100110 | 0 | 111011 | 110001 | 10110 | 101011101 | 110011 | 110111 |
Color Harmonies of #C75166
Complementary color
Monochromatic Colors of #C75166
Black with #C75166
Text Example
Text Example
White with #C75166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75166; }
p { color: rgb(199,81,102); }
H1.HeaderClassName
{
color: #C75166;
}
.AnyTagClassName
{
color: #C75166;
}
</style>
background-color css
<style>
a { background-color: #C75166; }
a { background-color: rgb(199,81,102); }
div.DivClassName
{
background-color: #C75166;
}
.BgClassName
{
background-color: #C75166;
}
</style>
border-color css
<style>
span { border-color: #C75166; }
span { border-color: rgb(199,81,102); }
td.TdClassName
{
border-color: #C75166;
}
.TagClassName
{
border-color: #C75166;
}
</style>