Shades of Cabaret #C84163
Tints of Cabaret #C84163
RGB
CMYK
RGB Variations
Color information
#C84163 (or 0xC84163) is known color: Cabaret. HEX triplet: C8, 41 and 63. RGB value is (200,65,99). Sum of RGB (Red+Green+Blue) = 200+65+99=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C84163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84163 is #37BE9C. Grayscale: #6D6D6D. Windows color (decimal): -3653277 or 6504904. OLE color: 6504904.
HSL color Cylindrical-coordinate representation of color #C84163: hue angle of 344.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84163 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 99 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.22 |
| HSL | 344.89º | 0.55% | 0.52% | - |
| HSV(B) | 344.89º | 0.68% | 0.78% | - |
| XYZ | 27.96 | 16.96 | 13.6 | - |
| YUV | 109.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 99 | 0 | 0.68 | 0.50 | 0.22 | 344.89 | 0.55 | 0.52 |
| Hex | C8 | 41 | 63 | 0 | 44 | 32 | 16 | 159 | 37 | 34 |
| Octal | 310 | 101 | 143 | 0 | 104 | 62 | 26 | 531 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1100011 | 0 | 1000100 | 110010 | 10110 | 101011001 | 110111 | 110100 |
Color Harmonies of #C84163
Complementary color
Monochromatic Colors of #C84163
Black with #C84163
Text Example
Text Example
White with #C84163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84163; }
p { color: rgb(200,65,99); }
H1.HeaderClassName
{
color: #C84163;
}
.AnyTagClassName
{
color: #C84163;
}
</style>
background-color css
<style>
a { background-color: #C84163; }
a { background-color: rgb(200,65,99); }
div.DivClassName
{
background-color: #C84163;
}
.BgClassName
{
background-color: #C84163;
}
</style>
border-color css
<style>
span { border-color: #C84163; }
span { border-color: rgb(200,65,99); }
td.TdClassName
{
border-color: #C84163;
}
.TagClassName
{
border-color: #C84163;
}
</style>