Shades of Cabaret #C66168
Tints of Cabaret #C66168
RGB
CMYK
RGB Variations
Color information
#C66168 (or 0xC66168) is known color: Cabaret. HEX triplet: C6, 61 and 68. RGB value is (198,97,104). Sum of RGB (Red+Green+Blue) = 198+97+104=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C66168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66168 is #399E97. Grayscale: #808080. Windows color (decimal): -3776152 or 6840774. OLE color: 6840774.
HSL color Cylindrical-coordinate representation of color #C66168: hue angle of 355.84º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66168 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 104 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.22 |
| HSL | 355.84º | 0.47% | 0.58% | - |
| HSV(B) | 355.84º | 0.51% | 0.78% | - |
| XYZ | 30.06 | 21.55 | 15.67 | - |
| YUV | 128 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 104 | 0 | 0.51 | 0.47 | 0.22 | 355.84 | 0.47 | 0.58 |
| Hex | C6 | 61 | 68 | 0 | 33 | 2F | 16 | 164 | 2F | 3A |
| Octal | 306 | 141 | 150 | 0 | 63 | 57 | 26 | 544 | 57 | 72 |
| Binary | 11000110 | 1100001 | 1101000 | 0 | 110011 | 101111 | 10110 | 101100100 | 101111 | 111010 |
Color Harmonies of #C66168
Complementary color
Monochromatic Colors of #C66168
Black with #C66168
Text Example
Text Example
White with #C66168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66168; }
p { color: rgb(198,97,104); }
H1.HeaderClassName
{
color: #C66168;
}
.AnyTagClassName
{
color: #C66168;
}
</style>
background-color css
<style>
a { background-color: #C66168; }
a { background-color: rgb(198,97,104); }
div.DivClassName
{
background-color: #C66168;
}
.BgClassName
{
background-color: #C66168;
}
</style>
border-color css
<style>
span { border-color: #C66168; }
span { border-color: rgb(198,97,104); }
td.TdClassName
{
border-color: #C66168;
}
.TagClassName
{
border-color: #C66168;
}
</style>