Shades of Cabaret #C84861
Tints of Cabaret #C84861
RGB
CMYK
RGB Variations
Color information
#C84861 (or 0xC84861) is known color: Cabaret. HEX triplet: C8, 48 and 61. RGB value is (200,72,97). Sum of RGB (Red+Green+Blue) = 200+72+97=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84861 is #37B79E. Grayscale: #717171. Windows color (decimal): -3651487 or 6375624. OLE color: 6375624.
HSL color Cylindrical-coordinate representation of color #C84861: hue angle of 348.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84861 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 97 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.28º | 0.54% | 0.53% | - |
| HSV(B) | 348.28º | 0.64% | 0.78% | - |
| XYZ | 28.29 | 17.78 | 13.25 | - |
| YUV | 113.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 97 | 0 | 0.64 | 0.52 | 0.22 | 348.28 | 0.54 | 0.53 |
| Hex | C8 | 48 | 61 | 0 | 40 | 34 | 16 | 15C | 36 | 35 |
| Octal | 310 | 110 | 141 | 0 | 100 | 64 | 26 | 534 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1100001 | 0 | 1000000 | 110100 | 10110 | 101011100 | 110110 | 110101 |
Color Harmonies of #C84861
Complementary color
Monochromatic Colors of #C84861
Black with #C84861
Text Example
Text Example
White with #C84861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84861; }
p { color: rgb(200,72,97); }
H1.HeaderClassName
{
color: #C84861;
}
.AnyTagClassName
{
color: #C84861;
}
</style>
background-color css
<style>
a { background-color: #C84861; }
a { background-color: rgb(200,72,97); }
div.DivClassName
{
background-color: #C84861;
}
.BgClassName
{
background-color: #C84861;
}
</style>
border-color css
<style>
span { border-color: #C84861; }
span { border-color: rgb(200,72,97); }
td.TdClassName
{
border-color: #C84861;
}
.TagClassName
{
border-color: #C84861;
}
</style>