Shades of Cabaret #C8546A
Tints of Cabaret #C8546A
RGB
CMYK
RGB Variations
Color information
#C8546A (or 0xC8546A) is known color: Cabaret. HEX triplet: C8, 54 and 6A. RGB value is (200,84,106). Sum of RGB (Red+Green+Blue) = 200+84+106=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546A is #37AB95. Grayscale: #797979. Windows color (decimal): -3648406 or 6968520. OLE color: 6968520.
HSL color Cylindrical-coordinate representation of color #C8546A: hue angle of 348.62º 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 #C8546A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 106 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.22 |
| HSL | 348.62º | 0.51% | 0.56% | - |
| HSV(B) | 348.62º | 0.58% | 0.78% | - |
| XYZ | 29.59 | 19.66 | 15.87 | - |
| YUV | 121.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 106 | 0 | 0.58 | 0.47 | 0.22 | 348.62 | 0.51 | 0.56 |
| Hex | C8 | 54 | 6A | 0 | 3A | 2F | 16 | 15D | 33 | 38 |
| Octal | 310 | 124 | 152 | 0 | 72 | 57 | 26 | 535 | 63 | 70 |
| Binary | 11001000 | 1010100 | 1101010 | 0 | 111010 | 101111 | 10110 | 101011101 | 110011 | 111000 |
Color Harmonies of #C8546A
Complementary color
Monochromatic Colors of #C8546A
Black with #C8546A
Text Example
Text Example
White with #C8546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8546A; }
p { color: rgb(200,84,106); }
H1.HeaderClassName
{
color: #C8546A;
}
.AnyTagClassName
{
color: #C8546A;
}
</style>
background-color css
<style>
a { background-color: #C8546A; }
a { background-color: rgb(200,84,106); }
div.DivClassName
{
background-color: #C8546A;
}
.BgClassName
{
background-color: #C8546A;
}
</style>
border-color css
<style>
span { border-color: #C8546A; }
span { border-color: rgb(200,84,106); }
td.TdClassName
{
border-color: #C8546A;
}
.TagClassName
{
border-color: #C8546A;
}
</style>