Shades of Cabaret #C84B78
Tints of Cabaret #C84B78
RGB
CMYK
RGB Variations
Color information
#C84B78 (or 0xC84B78) is known color: Cabaret. HEX triplet: C8, 4B and 78. RGB value is (200,75,120). Sum of RGB (Red+Green+Blue) = 200+75+120=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B78 is #37B487. Grayscale: #757575. Windows color (decimal): -3650696 or 7883720. OLE color: 7883720.
HSL color Cylindrical-coordinate representation of color #C84B78: hue angle of 338.4º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84B78 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 120 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.22 |
| HSL | 338.4º | 0.53% | 0.54% | - |
| HSV(B) | 338.4º | 0.63% | 0.78% | - |
| XYZ | 29.73 | 18.67 | 19.81 | - |
| YUV | 117.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 120 | 0 | 0.62 | 0.4 | 0.22 | 338.4 | 0.53 | 0.54 |
| Hex | C8 | 4B | 78 | 0 | 3E | 28 | 16 | 152 | 35 | 36 |
| Octal | 310 | 113 | 170 | 0 | 76 | 50 | 26 | 522 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1111000 | 0 | 111110 | 101000 | 10110 | 101010010 | 110101 | 110110 |
Color Harmonies of #C84B78
Complementary color
Monochromatic Colors of #C84B78
Black with #C84B78
Text Example
Text Example
White with #C84B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B78; }
p { color: rgb(200,75,120); }
H1.HeaderClassName
{
color: #C84B78;
}
.AnyTagClassName
{
color: #C84B78;
}
</style>
background-color css
<style>
a { background-color: #C84B78; }
a { background-color: rgb(200,75,120); }
div.DivClassName
{
background-color: #C84B78;
}
.BgClassName
{
background-color: #C84B78;
}
</style>
border-color css
<style>
span { border-color: #C84B78; }
span { border-color: rgb(200,75,120); }
td.TdClassName
{
border-color: #C84B78;
}
.TagClassName
{
border-color: #C84B78;
}
</style>