Shades of Cabaret #C65177
Tints of Cabaret #C65177
RGB
CMYK
RGB Variations
Color information
#C65177 (or 0xC65177) is known color: Cabaret. HEX triplet: C6, 51 and 77. RGB value is (198,81,119). Sum of RGB (Red+Green+Blue) = 198+81+119=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65177 is #39AE88. Grayscale: #787878. Windows color (decimal): -3780233 or 7819718. OLE color: 7819718.
HSL color Cylindrical-coordinate representation of color #C65177: hue angle of 340.51º 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 #C65177 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 119 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.22 |
| HSL | 340.51º | 0.51% | 0.55% | - |
| HSV(B) | 340.51º | 0.59% | 0.78% | - |
| XYZ | 29.56 | 19.22 | 19.61 | - |
| YUV | 120.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 119 | 0 | 0.59 | 0.40 | 0.22 | 340.51 | 0.51 | 0.55 |
| Hex | C6 | 51 | 77 | 0 | 3B | 28 | 16 | 155 | 33 | 37 |
| Octal | 306 | 121 | 167 | 0 | 73 | 50 | 26 | 525 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1110111 | 0 | 111011 | 101000 | 10110 | 101010101 | 110011 | 110111 |
Color Harmonies of #C65177
Complementary color
Monochromatic Colors of #C65177
Black with #C65177
Text Example
Text Example
White with #C65177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65177; }
p { color: rgb(198,81,119); }
H1.HeaderClassName
{
color: #C65177;
}
.AnyTagClassName
{
color: #C65177;
}
</style>
background-color css
<style>
a { background-color: #C65177; }
a { background-color: rgb(198,81,119); }
div.DivClassName
{
background-color: #C65177;
}
.BgClassName
{
background-color: #C65177;
}
</style>
border-color css
<style>
span { border-color: #C65177; }
span { border-color: rgb(198,81,119); }
td.TdClassName
{
border-color: #C65177;
}
.TagClassName
{
border-color: #C65177;
}
</style>