Shades of Cabaret #C84661
Tints of Cabaret #C84661
RGB
CMYK
RGB Variations
Color information
#C84661 (or 0xC84661) is known color: Cabaret. HEX triplet: C8, 46 and 61. RGB value is (200,70,97). Sum of RGB (Red+Green+Blue) = 200+70+97=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84661 is #37B99E. Grayscale: #6F6F6F. Windows color (decimal): -3651999 or 6375112. OLE color: 6375112.
HSL color Cylindrical-coordinate representation of color #C84661: hue angle of 347.54º 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 #C84661 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 97 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.22 |
| HSL | 347.54º | 0.54% | 0.53% | - |
| HSV(B) | 347.54º | 0.65% | 0.78% | - |
| XYZ | 28.17 | 17.52 | 13.21 | - |
| YUV | 111.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 97 | 0 | 0.65 | 0.52 | 0.22 | 347.54 | 0.54 | 0.53 |
| Hex | C8 | 46 | 61 | 0 | 41 | 34 | 16 | 15C | 36 | 35 |
| Octal | 310 | 106 | 141 | 0 | 101 | 64 | 26 | 534 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1100001 | 0 | 1000001 | 110100 | 10110 | 101011100 | 110110 | 110101 |
Color Harmonies of #C84661
Complementary color
Monochromatic Colors of #C84661
Black with #C84661
Text Example
Text Example
White with #C84661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84661; }
p { color: rgb(200,70,97); }
H1.HeaderClassName
{
color: #C84661;
}
.AnyTagClassName
{
color: #C84661;
}
</style>
background-color css
<style>
a { background-color: #C84661; }
a { background-color: rgb(200,70,97); }
div.DivClassName
{
background-color: #C84661;
}
.BgClassName
{
background-color: #C84661;
}
</style>
border-color css
<style>
span { border-color: #C84661; }
span { border-color: rgb(200,70,97); }
td.TdClassName
{
border-color: #C84661;
}
.TagClassName
{
border-color: #C84661;
}
</style>