Shades of Cabaret #C64068
Tints of Cabaret #C64068
RGB
CMYK
RGB Variations
Color information
#C64068 (or 0xC64068) is known color: Cabaret. HEX triplet: C6, 40 and 68. RGB value is (198,64,104). Sum of RGB (Red+Green+Blue) = 198+64+104=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64068 is #39BF97. Grayscale: #6C6C6C. Windows color (decimal): -3784600 or 6832326. OLE color: 6832326.
HSL color Cylindrical-coordinate representation of color #C64068: hue angle of 342.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64068 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 104 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.22 |
| HSL | 342.09º | 0.54% | 0.51% | - |
| HSV(B) | 342.09º | 0.68% | 0.78% | - |
| XYZ | 27.62 | 16.67 | 14.86 | - |
| YUV | 108.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 104 | 0 | 0.68 | 0.47 | 0.22 | 342.09 | 0.54 | 0.51 |
| Hex | C6 | 40 | 68 | 0 | 44 | 2F | 16 | 156 | 36 | 33 |
| Octal | 306 | 100 | 150 | 0 | 104 | 57 | 26 | 526 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1101000 | 0 | 1000100 | 101111 | 10110 | 101010110 | 110110 | 110011 |
Color Harmonies of #C64068
Complementary color
Monochromatic Colors of #C64068
Black with #C64068
Text Example
Text Example
White with #C64068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64068; }
p { color: rgb(198,64,104); }
H1.HeaderClassName
{
color: #C64068;
}
.AnyTagClassName
{
color: #C64068;
}
</style>
background-color css
<style>
a { background-color: #C64068; }
a { background-color: rgb(198,64,104); }
div.DivClassName
{
background-color: #C64068;
}
.BgClassName
{
background-color: #C64068;
}
</style>
border-color css
<style>
span { border-color: #C64068; }
span { border-color: rgb(198,64,104); }
td.TdClassName
{
border-color: #C64068;
}
.TagClassName
{
border-color: #C64068;
}
</style>