Shades of Cabaret #C8546C
Tints of Cabaret #C8546C
RGB
CMYK
RGB Variations
Color information
#C8546C (or 0xC8546C) is known color: Cabaret. HEX triplet: C8, 54 and 6C. RGB value is (200,84,108). Sum of RGB (Red+Green+Blue) = 200+84+108=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546C is #37AB93. Grayscale: #797979. Windows color (decimal): -3648404 or 7099592. OLE color: 7099592.
HSL color Cylindrical-coordinate representation of color #C8546C: hue angle of 347.59º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8546C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 108 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.22 |
| HSL | 347.59º | 0.51% | 0.56% | - |
| HSV(B) | 347.59º | 0.58% | 0.78% | - |
| XYZ | 29.7 | 19.7 | 16.43 | - |
| YUV | 121.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 108 | 0 | 0.58 | 0.46 | 0.22 | 347.59 | 0.51 | 0.56 |
| Hex | C8 | 54 | 6C | 0 | 3A | 2E | 16 | 15C | 33 | 38 |
| Octal | 310 | 124 | 154 | 0 | 72 | 56 | 26 | 534 | 63 | 70 |
| Binary | 11001000 | 1010100 | 1101100 | 0 | 111010 | 101110 | 10110 | 101011100 | 110011 | 111000 |
Color Harmonies of #C8546C
Complementary color
Monochromatic Colors of #C8546C
Black with #C8546C
Text Example
Text Example
White with #C8546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8546C; }
p { color: rgb(200,84,108); }
H1.HeaderClassName
{
color: #C8546C;
}
.AnyTagClassName
{
color: #C8546C;
}
</style>
background-color css
<style>
a { background-color: #C8546C; }
a { background-color: rgb(200,84,108); }
div.DivClassName
{
background-color: #C8546C;
}
.BgClassName
{
background-color: #C8546C;
}
</style>
border-color css
<style>
span { border-color: #C8546C; }
span { border-color: rgb(200,84,108); }
td.TdClassName
{
border-color: #C8546C;
}
.TagClassName
{
border-color: #C8546C;
}
</style>