Shades of Cabaret #C6456C
Tints of Cabaret #C6456C
RGB
CMYK
RGB Variations
Color information
#C6456C (or 0xC6456C) is known color: Cabaret. HEX triplet: C6, 45 and 6C. RGB value is (198,69,108). Sum of RGB (Red+Green+Blue) = 198+69+108=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6456C is #39BA93. Grayscale: #6F6F6F. Windows color (decimal): -3783316 or 7095750. OLE color: 7095750.
HSL color Cylindrical-coordinate representation of color #C6456C: hue angle of 341.86º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6456C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 108 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.22 |
| HSL | 341.86º | 0.53% | 0.52% | - |
| HSV(B) | 341.86º | 0.65% | 0.78% | - |
| XYZ | 28.12 | 17.34 | 16.05 | - |
| YUV | 112.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 108 | 0 | 0.65 | 0.45 | 0.22 | 341.86 | 0.53 | 0.52 |
| Hex | C6 | 45 | 6C | 0 | 41 | 2D | 16 | 156 | 35 | 34 |
| Octal | 306 | 105 | 154 | 0 | 101 | 55 | 26 | 526 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1101100 | 0 | 1000001 | 101101 | 10110 | 101010110 | 110101 | 110100 |
Color Harmonies of #C6456C
Complementary color
Monochromatic Colors of #C6456C
Black with #C6456C
Text Example
Text Example
White with #C6456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6456C; }
p { color: rgb(198,69,108); }
H1.HeaderClassName
{
color: #C6456C;
}
.AnyTagClassName
{
color: #C6456C;
}
</style>
background-color css
<style>
a { background-color: #C6456C; }
a { background-color: rgb(198,69,108); }
div.DivClassName
{
background-color: #C6456C;
}
.BgClassName
{
background-color: #C6456C;
}
</style>
border-color css
<style>
span { border-color: #C6456C; }
span { border-color: rgb(198,69,108); }
td.TdClassName
{
border-color: #C6456C;
}
.TagClassName
{
border-color: #C6456C;
}
</style>