Shades of Cabaret #C84961
Tints of Cabaret #C84961
RGB
CMYK
RGB Variations
Color information
#C84961 (or 0xC84961) is known color: Cabaret. HEX triplet: C8, 49 and 61. RGB value is (200,73,97). Sum of RGB (Red+Green+Blue) = 200+73+97=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C84961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84961 is #37B69E. Grayscale: #717171. Windows color (decimal): -3651231 or 6375880. OLE color: 6375880.
HSL color Cylindrical-coordinate representation of color #C84961: hue angle of 348.66º degrees, saturation: 0.54, 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 #C84961 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 97 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.22 |
| HSL | 348.66º | 0.54% | 0.54% | - |
| HSV(B) | 348.66º | 0.64% | 0.78% | - |
| XYZ | 28.36 | 17.91 | 13.27 | - |
| YUV | 113.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 97 | 0 | 0.64 | 0.52 | 0.22 | 348.66 | 0.54 | 0.54 |
| Hex | C8 | 49 | 61 | 0 | 40 | 34 | 16 | 15D | 36 | 36 |
| Octal | 310 | 111 | 141 | 0 | 100 | 64 | 26 | 535 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1100001 | 0 | 1000000 | 110100 | 10110 | 101011101 | 110110 | 110110 |
Color Harmonies of #C84961
Complementary color
Monochromatic Colors of #C84961
Black with #C84961
Text Example
Text Example
White with #C84961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84961; }
p { color: rgb(200,73,97); }
H1.HeaderClassName
{
color: #C84961;
}
.AnyTagClassName
{
color: #C84961;
}
</style>
background-color css
<style>
a { background-color: #C84961; }
a { background-color: rgb(200,73,97); }
div.DivClassName
{
background-color: #C84961;
}
.BgClassName
{
background-color: #C84961;
}
</style>
border-color css
<style>
span { border-color: #C84961; }
span { border-color: rgb(200,73,97); }
td.TdClassName
{
border-color: #C84961;
}
.TagClassName
{
border-color: #C84961;
}
</style>