Shades of Cabaret #C65166
Tints of Cabaret #C65166
RGB
CMYK
RGB Variations
Color information
#C65166 (or 0xC65166) is known color: Cabaret. HEX triplet: C6, 51 and 66. RGB value is (198,81,102). Sum of RGB (Red+Green+Blue) = 198+81+102=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65166 is #39AE99. Grayscale: #767676. Windows color (decimal): -3780250 or 6705606. OLE color: 6705606.
HSL color Cylindrical-coordinate representation of color #C65166: hue angle of 349.23º 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 #C65166 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 102 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.22 |
| HSL | 349.23º | 0.51% | 0.55% | - |
| HSV(B) | 349.23º | 0.59% | 0.78% | - |
| XYZ | 28.63 | 18.85 | 14.7 | - |
| YUV | 118.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 102 | 0 | 0.59 | 0.48 | 0.22 | 349.23 | 0.51 | 0.55 |
| Hex | C6 | 51 | 66 | 0 | 3B | 30 | 16 | 15D | 33 | 37 |
| Octal | 306 | 121 | 146 | 0 | 73 | 60 | 26 | 535 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1100110 | 0 | 111011 | 110000 | 10110 | 101011101 | 110011 | 110111 |
Color Harmonies of #C65166
Complementary color
Monochromatic Colors of #C65166
Black with #C65166
Text Example
Text Example
White with #C65166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65166; }
p { color: rgb(198,81,102); }
H1.HeaderClassName
{
color: #C65166;
}
.AnyTagClassName
{
color: #C65166;
}
</style>
background-color css
<style>
a { background-color: #C65166; }
a { background-color: rgb(198,81,102); }
div.DivClassName
{
background-color: #C65166;
}
.BgClassName
{
background-color: #C65166;
}
</style>
border-color css
<style>
span { border-color: #C65166; }
span { border-color: rgb(198,81,102); }
td.TdClassName
{
border-color: #C65166;
}
.TagClassName
{
border-color: #C65166;
}
</style>