Shades of Cabaret #C84A63
Tints of Cabaret #C84A63
RGB
CMYK
RGB Variations
Color information
#C84A63 (or 0xC84A63) is known color: Cabaret. HEX triplet: C8, 4A and 63. RGB value is (200,74,99). Sum of RGB (Red+Green+Blue) = 200+74+99=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A63 is #37B59C. Grayscale: #727272. Windows color (decimal): -3650973 or 6507208. OLE color: 6507208.
HSL color Cylindrical-coordinate representation of color #C84A63: hue angle of 348.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A63 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 99 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.22 |
| HSL | 348.1º | 0.53% | 0.54% | - |
| HSV(B) | 348.1º | 0.63% | 0.78% | - |
| XYZ | 28.52 | 18.08 | 13.79 | - |
| YUV | 114.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 99 | 0 | 0.63 | 0.50 | 0.22 | 348.1 | 0.53 | 0.54 |
| Hex | C8 | 4A | 63 | 0 | 3F | 32 | 16 | 15C | 35 | 36 |
| Octal | 310 | 112 | 143 | 0 | 77 | 62 | 26 | 534 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1100011 | 0 | 111111 | 110010 | 10110 | 101011100 | 110101 | 110110 |
Color Harmonies of #C84A63
Complementary color
Monochromatic Colors of #C84A63
Black with #C84A63
Text Example
Text Example
White with #C84A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A63; }
p { color: rgb(200,74,99); }
H1.HeaderClassName
{
color: #C84A63;
}
.AnyTagClassName
{
color: #C84A63;
}
</style>
background-color css
<style>
a { background-color: #C84A63; }
a { background-color: rgb(200,74,99); }
div.DivClassName
{
background-color: #C84A63;
}
.BgClassName
{
background-color: #C84A63;
}
</style>
border-color css
<style>
span { border-color: #C84A63; }
span { border-color: rgb(200,74,99); }
td.TdClassName
{
border-color: #C84A63;
}
.TagClassName
{
border-color: #C84A63;
}
</style>