Shades of Cabaret #C6666C
Tints of Cabaret #C6666C
RGB
CMYK
RGB Variations
Color information
#C6666C (or 0xC6666C) is known color: Cabaret. HEX triplet: C6, 66 and 6C. RGB value is (198,102,108). Sum of RGB (Red+Green+Blue) = 198+102+108=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6666C is #399993. Grayscale: #838383. Windows color (decimal): -3774868 or 7104198. OLE color: 7104198.
HSL color Cylindrical-coordinate representation of color #C6666C: hue angle of 356.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6666C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 108 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.22 |
| HSL | 356.25º | 0.46% | 0.59% | - |
| HSV(B) | 356.25º | 0.48% | 0.78% | - |
| XYZ | 30.75 | 22.59 | 16.93 | - |
| YUV | 131.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 108 | 0 | 0.48 | 0.45 | 0.22 | 356.25 | 0.46 | 0.59 |
| Hex | C6 | 66 | 6C | 0 | 30 | 2D | 16 | 164 | 2E | 3B |
| Octal | 306 | 146 | 154 | 0 | 60 | 55 | 26 | 544 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1101100 | 0 | 110000 | 101101 | 10110 | 101100100 | 101110 | 111011 |
Color Harmonies of #C6666C
Complementary color
Monochromatic Colors of #C6666C
Black with #C6666C
Text Example
Text Example
White with #C6666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6666C; }
p { color: rgb(198,102,108); }
H1.HeaderClassName
{
color: #C6666C;
}
.AnyTagClassName
{
color: #C6666C;
}
</style>
background-color css
<style>
a { background-color: #C6666C; }
a { background-color: rgb(198,102,108); }
div.DivClassName
{
background-color: #C6666C;
}
.BgClassName
{
background-color: #C6666C;
}
</style>
border-color css
<style>
span { border-color: #C6666C; }
span { border-color: rgb(198,102,108); }
td.TdClassName
{
border-color: #C6666C;
}
.TagClassName
{
border-color: #C6666C;
}
</style>