Shades of Cabaret #C64466
Tints of Cabaret #C64466
RGB
CMYK
RGB Variations
Color information
#C64466 (or 0xC64466) is known color: Cabaret. HEX triplet: C6, 44 and 66. RGB value is (198,68,102). Sum of RGB (Red+Green+Blue) = 198+68+102=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64466 is #39BB99. Grayscale: #6E6E6E. Windows color (decimal): -3783578 or 6702278. OLE color: 6702278.
HSL color Cylindrical-coordinate representation of color #C64466: hue angle of 344.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64466 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 102 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.22 |
| HSL | 344.31º | 0.53% | 0.52% | - |
| HSV(B) | 344.31º | 0.66% | 0.78% | - |
| XYZ | 27.75 | 17.1 | 14.41 | - |
| YUV | 110.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 102 | 0 | 0.66 | 0.48 | 0.22 | 344.31 | 0.53 | 0.52 |
| Hex | C6 | 44 | 66 | 0 | 42 | 30 | 16 | 158 | 35 | 34 |
| Octal | 306 | 104 | 146 | 0 | 102 | 60 | 26 | 530 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1100110 | 0 | 1000010 | 110000 | 10110 | 101011000 | 110101 | 110100 |
Color Harmonies of #C64466
Complementary color
Monochromatic Colors of #C64466
Black with #C64466
Text Example
Text Example
White with #C64466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64466; }
p { color: rgb(198,68,102); }
H1.HeaderClassName
{
color: #C64466;
}
.AnyTagClassName
{
color: #C64466;
}
</style>
background-color css
<style>
a { background-color: #C64466; }
a { background-color: rgb(198,68,102); }
div.DivClassName
{
background-color: #C64466;
}
.BgClassName
{
background-color: #C64466;
}
</style>
border-color css
<style>
span { border-color: #C64466; }
span { border-color: rgb(198,68,102); }
td.TdClassName
{
border-color: #C64466;
}
.TagClassName
{
border-color: #C64466;
}
</style>