Shades of Cabaret #C66B6C
Tints of Cabaret #C66B6C
RGB
CMYK
RGB Variations
Color information
#C66B6C (or 0xC66B6C) is known color: Cabaret. HEX triplet: C6, 6B and 6C. RGB value is (198,107,108). Sum of RGB (Red+Green+Blue) = 198+107+108=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B6C is #399493. Grayscale: #868686. Windows color (decimal): -3773588 or 7105478. OLE color: 7105478.
HSL color Cylindrical-coordinate representation of color #C66B6C: hue angle of 359.34º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66B6C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 108 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.22 |
| HSL | 359.34º | 0.44% | 0.6% | - |
| HSV(B) | 359.34º | 0.46% | 0.78% | - |
| XYZ | 31.25 | 23.6 | 17.1 | - |
| YUV | 134.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 108 | 0 | 0.46 | 0.45 | 0.22 | 359.34 | 0.44 | 0.6 |
| Hex | C6 | 6B | 6C | 0 | 2E | 2D | 16 | 167 | 2C | 3C |
| Octal | 306 | 153 | 154 | 0 | 56 | 55 | 26 | 547 | 54 | 74 |
| Binary | 11000110 | 1101011 | 1101100 | 0 | 101110 | 101101 | 10110 | 101100111 | 101100 | 111100 |
Color Harmonies of #C66B6C
Complementary color
Monochromatic Colors of #C66B6C
Black with #C66B6C
Text Example
Text Example
White with #C66B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B6C; }
p { color: rgb(198,107,108); }
H1.HeaderClassName
{
color: #C66B6C;
}
.AnyTagClassName
{
color: #C66B6C;
}
</style>
background-color css
<style>
a { background-color: #C66B6C; }
a { background-color: rgb(198,107,108); }
div.DivClassName
{
background-color: #C66B6C;
}
.BgClassName
{
background-color: #C66B6C;
}
</style>
border-color css
<style>
span { border-color: #C66B6C; }
span { border-color: rgb(198,107,108); }
td.TdClassName
{
border-color: #C66B6C;
}
.TagClassName
{
border-color: #C66B6C;
}
</style>