Shades of Cabaret #C84463
Tints of Cabaret #C84463
RGB
CMYK
RGB Variations
Color information
#C84463 (or 0xC84463) is known color: Cabaret. HEX triplet: C8, 44 and 63. RGB value is (200,68,99). Sum of RGB (Red+Green+Blue) = 200+68+99=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84463 is #37BB9C. Grayscale: #6F6F6F. Windows color (decimal): -3652509 or 6505672. OLE color: 6505672.
HSL color Cylindrical-coordinate representation of color #C84463: hue angle of 345.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84463 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 99 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.22 |
| HSL | 345.91º | 0.55% | 0.53% | - |
| HSV(B) | 345.91º | 0.66% | 0.78% | - |
| XYZ | 28.14 | 17.31 | 13.66 | - |
| YUV | 111 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 99 | 0 | 0.66 | 0.50 | 0.22 | 345.91 | 0.55 | 0.53 |
| Hex | C8 | 44 | 63 | 0 | 42 | 32 | 16 | 15A | 37 | 35 |
| Octal | 310 | 104 | 143 | 0 | 102 | 62 | 26 | 532 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1100011 | 0 | 1000010 | 110010 | 10110 | 101011010 | 110111 | 110101 |
Color Harmonies of #C84463
Complementary color
Monochromatic Colors of #C84463
Black with #C84463
Text Example
Text Example
White with #C84463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84463; }
p { color: rgb(200,68,99); }
H1.HeaderClassName
{
color: #C84463;
}
.AnyTagClassName
{
color: #C84463;
}
</style>
background-color css
<style>
a { background-color: #C84463; }
a { background-color: rgb(200,68,99); }
div.DivClassName
{
background-color: #C84463;
}
.BgClassName
{
background-color: #C84463;
}
</style>
border-color css
<style>
span { border-color: #C84463; }
span { border-color: rgb(200,68,99); }
td.TdClassName
{
border-color: #C84463;
}
.TagClassName
{
border-color: #C84463;
}
</style>