Shades of Cabaret #C84360
Tints of Cabaret #C84360
RGB
CMYK
RGB Variations
Color information
#C84360 (or 0xC84360) is known color: Cabaret. HEX triplet: C8, 43 and 60. RGB value is (200,67,96). Sum of RGB (Red+Green+Blue) = 200+67+96=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C84360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84360 is #37BC9F. Grayscale: #6E6E6E. Windows color (decimal): -3652768 or 6308808. OLE color: 6308808.
HSL color Cylindrical-coordinate representation of color #C84360: hue angle of 346.92º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84360 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 96 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 346.92º | 0.55% | 0.52% | - |
| HSV(B) | 346.92º | 0.67% | 0.78% | - |
| XYZ | 27.94 | 17.14 | 12.9 | - |
| YUV | 110.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 96 | 0 | 0.66 | 0.52 | 0.22 | 346.92 | 0.55 | 0.52 |
| Hex | C8 | 43 | 60 | 0 | 42 | 34 | 16 | 15B | 37 | 34 |
| Octal | 310 | 103 | 140 | 0 | 102 | 64 | 26 | 533 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1100000 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110111 | 110100 |
Color Harmonies of #C84360
Complementary color
Monochromatic Colors of #C84360
Black with #C84360
Text Example
Text Example
White with #C84360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84360; }
p { color: rgb(200,67,96); }
H1.HeaderClassName
{
color: #C84360;
}
.AnyTagClassName
{
color: #C84360;
}
</style>
background-color css
<style>
a { background-color: #C84360; }
a { background-color: rgb(200,67,96); }
div.DivClassName
{
background-color: #C84360;
}
.BgClassName
{
background-color: #C84360;
}
</style>
border-color css
<style>
span { border-color: #C84360; }
span { border-color: rgb(200,67,96); }
td.TdClassName
{
border-color: #C84360;
}
.TagClassName
{
border-color: #C84360;
}
</style>