Shades of Cabaret #C6567B
Tints of Cabaret #C6567B
RGB
CMYK
RGB Variations
Color information
#C6567B (or 0xC6567B) is known color: Cabaret. HEX triplet: C6, 56 and 7B. RGB value is (198,86,123). Sum of RGB (Red+Green+Blue) = 198+86+123=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6567B is #39A984. Grayscale: #7B7B7B. Windows color (decimal): -3778949 or 8083142. OLE color: 8083142.
HSL color Cylindrical-coordinate representation of color #C6567B: hue angle of 340.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6567B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 123 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.22 |
| HSL | 340.18º | 0.5% | 0.56% | - |
| HSV(B) | 340.18º | 0.57% | 0.78% | - |
| XYZ | 30.19 | 20.09 | 21.03 | - |
| YUV | 123.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 123 | 0 | 0.57 | 0.38 | 0.22 | 340.18 | 0.5 | 0.56 |
| Hex | C6 | 56 | 7B | 0 | 39 | 26 | 16 | 154 | 32 | 38 |
| Octal | 306 | 126 | 173 | 0 | 71 | 46 | 26 | 524 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1111011 | 0 | 111001 | 100110 | 10110 | 101010100 | 110010 | 111000 |
Color Harmonies of #C6567B
Complementary color
Monochromatic Colors of #C6567B
Black with #C6567B
Text Example
Text Example
White with #C6567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6567B; }
p { color: rgb(198,86,123); }
H1.HeaderClassName
{
color: #C6567B;
}
.AnyTagClassName
{
color: #C6567B;
}
</style>
background-color css
<style>
a { background-color: #C6567B; }
a { background-color: rgb(198,86,123); }
div.DivClassName
{
background-color: #C6567B;
}
.BgClassName
{
background-color: #C6567B;
}
</style>
border-color css
<style>
span { border-color: #C6567B; }
span { border-color: rgb(198,86,123); }
td.TdClassName
{
border-color: #C6567B;
}
.TagClassName
{
border-color: #C6567B;
}
</style>