Shades of Cabaret #C84562
Tints of Cabaret #C84562
RGB
CMYK
RGB Variations
Color information
#C84562 (or 0xC84562) is known color: Cabaret. HEX triplet: C8, 45 and 62. RGB value is (200,69,98). Sum of RGB (Red+Green+Blue) = 200+69+98=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84562 is #37BA9D. Grayscale: #6F6F6F. Windows color (decimal): -3652254 or 6440392. OLE color: 6440392.
HSL color Cylindrical-coordinate representation of color #C84562: hue angle of 346.72º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84562 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 98 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.22 |
| HSL | 346.72º | 0.54% | 0.53% | - |
| HSV(B) | 346.72º | 0.66% | 0.78% | - |
| XYZ | 28.15 | 17.42 | 13.43 | - |
| YUV | 111.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 98 | 0 | 0.66 | 0.51 | 0.22 | 346.72 | 0.54 | 0.53 |
| Hex | C8 | 45 | 62 | 0 | 42 | 33 | 16 | 15B | 36 | 35 |
| Octal | 310 | 105 | 142 | 0 | 102 | 63 | 26 | 533 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1100010 | 0 | 1000010 | 110011 | 10110 | 101011011 | 110110 | 110101 |
Color Harmonies of #C84562
Complementary color
Monochromatic Colors of #C84562
Black with #C84562
Text Example
Text Example
White with #C84562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84562; }
p { color: rgb(200,69,98); }
H1.HeaderClassName
{
color: #C84562;
}
.AnyTagClassName
{
color: #C84562;
}
</style>
background-color css
<style>
a { background-color: #C84562; }
a { background-color: rgb(200,69,98); }
div.DivClassName
{
background-color: #C84562;
}
.BgClassName
{
background-color: #C84562;
}
</style>
border-color css
<style>
span { border-color: #C84562; }
span { border-color: rgb(200,69,98); }
td.TdClassName
{
border-color: #C84562;
}
.TagClassName
{
border-color: #C84562;
}
</style>