Shades of Cabaret #C65B66
Tints of Cabaret #C65B66
RGB
CMYK
RGB Variations
Color information
#C65B66 (or 0xC65B66) is known color: Cabaret. HEX triplet: C6, 5B and 66. RGB value is (198,91,102). Sum of RGB (Red+Green+Blue) = 198+91+102=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B66 is #39A499. Grayscale: #7C7C7C. Windows color (decimal): -3777690 or 6708166. OLE color: 6708166.
HSL color Cylindrical-coordinate representation of color #C65B66: hue angle of 353.83º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65B66 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 102 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.22 |
| HSL | 353.83º | 0.48% | 0.57% | - |
| HSV(B) | 353.83º | 0.54% | 0.78% | - |
| XYZ | 29.43 | 20.45 | 14.97 | - |
| YUV | 124.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 102 | 0 | 0.54 | 0.48 | 0.22 | 353.83 | 0.48 | 0.57 |
| Hex | C6 | 5B | 66 | 0 | 36 | 30 | 16 | 162 | 30 | 39 |
| Octal | 306 | 133 | 146 | 0 | 66 | 60 | 26 | 542 | 60 | 71 |
| Binary | 11000110 | 1011011 | 1100110 | 0 | 110110 | 110000 | 10110 | 101100010 | 110000 | 111001 |
Color Harmonies of #C65B66
Complementary color
Monochromatic Colors of #C65B66
Black with #C65B66
Text Example
Text Example
White with #C65B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B66; }
p { color: rgb(198,91,102); }
H1.HeaderClassName
{
color: #C65B66;
}
.AnyTagClassName
{
color: #C65B66;
}
</style>
background-color css
<style>
a { background-color: #C65B66; }
a { background-color: rgb(198,91,102); }
div.DivClassName
{
background-color: #C65B66;
}
.BgClassName
{
background-color: #C65B66;
}
</style>
border-color css
<style>
span { border-color: #C65B66; }
span { border-color: rgb(198,91,102); }
td.TdClassName
{
border-color: #C65B66;
}
.TagClassName
{
border-color: #C65B66;
}
</style>