Shades of Cabaret #C84976
Tints of Cabaret #C84976
RGB
CMYK
RGB Variations
Color information
#C84976 (or 0xC84976) is known color: Cabaret. HEX triplet: C8, 49 and 76. RGB value is (200,73,118). Sum of RGB (Red+Green+Blue) = 200+73+118=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C84976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84976 is #37B689. Grayscale: #747474. Windows color (decimal): -3651210 or 7752136. OLE color: 7752136.
HSL color Cylindrical-coordinate representation of color #C84976: hue angle of 338.74º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84976 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 118 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.22 |
| HSL | 338.74º | 0.54% | 0.54% | - |
| HSV(B) | 338.74º | 0.64% | 0.78% | - |
| XYZ | 29.47 | 18.35 | 19.13 | - |
| YUV | 116.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 118 | 0 | 0.64 | 0.41 | 0.22 | 338.74 | 0.54 | 0.54 |
| Hex | C8 | 49 | 76 | 0 | 40 | 29 | 16 | 153 | 36 | 36 |
| Octal | 310 | 111 | 166 | 0 | 100 | 51 | 26 | 523 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1110110 | 0 | 1000000 | 101001 | 10110 | 101010011 | 110110 | 110110 |
Color Harmonies of #C84976
Complementary color
Monochromatic Colors of #C84976
Black with #C84976
Text Example
Text Example
White with #C84976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84976; }
p { color: rgb(200,73,118); }
H1.HeaderClassName
{
color: #C84976;
}
.AnyTagClassName
{
color: #C84976;
}
</style>
background-color css
<style>
a { background-color: #C84976; }
a { background-color: rgb(200,73,118); }
div.DivClassName
{
background-color: #C84976;
}
.BgClassName
{
background-color: #C84976;
}
</style>
border-color css
<style>
span { border-color: #C84976; }
span { border-color: rgb(200,73,118); }
td.TdClassName
{
border-color: #C84976;
}
.TagClassName
{
border-color: #C84976;
}
</style>