Shades of Cabaret #C65163
Tints of Cabaret #C65163
RGB
CMYK
RGB Variations
Color information
#C65163 (or 0xC65163) is known color: Cabaret. HEX triplet: C6, 51 and 63. RGB value is (198,81,99). Sum of RGB (Red+Green+Blue) = 198+81+99=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C65163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65163 is #39AE9C. Grayscale: #767676. Windows color (decimal): -3780253 or 6508998. OLE color: 6508998.
HSL color Cylindrical-coordinate representation of color #C65163: hue angle of 350.77º 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 #C65163 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 99 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.22 |
| HSL | 350.77º | 0.51% | 0.55% | - |
| HSV(B) | 350.77º | 0.59% | 0.78% | - |
| XYZ | 28.48 | 18.79 | 13.93 | - |
| YUV | 118.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 99 | 0 | 0.59 | 0.50 | 0.22 | 350.77 | 0.51 | 0.55 |
| Hex | C6 | 51 | 63 | 0 | 3B | 32 | 16 | 15F | 33 | 37 |
| Octal | 306 | 121 | 143 | 0 | 73 | 62 | 26 | 537 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1100011 | 0 | 111011 | 110010 | 10110 | 101011111 | 110011 | 110111 |
Color Harmonies of #C65163
Complementary color
Monochromatic Colors of #C65163
Black with #C65163
Text Example
Text Example
White with #C65163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65163; }
p { color: rgb(198,81,99); }
H1.HeaderClassName
{
color: #C65163;
}
.AnyTagClassName
{
color: #C65163;
}
</style>
background-color css
<style>
a { background-color: #C65163; }
a { background-color: rgb(198,81,99); }
div.DivClassName
{
background-color: #C65163;
}
.BgClassName
{
background-color: #C65163;
}
</style>
border-color css
<style>
span { border-color: #C65163; }
span { border-color: rgb(198,81,99); }
td.TdClassName
{
border-color: #C65163;
}
.TagClassName
{
border-color: #C65163;
}
</style>