Shades of Cabaret #C84561
Tints of Cabaret #C84561
RGB
CMYK
RGB Variations
Color information
#C84561 (or 0xC84561) is known color: Cabaret. HEX triplet: C8, 45 and 61. RGB value is (200,69,97). Sum of RGB (Red+Green+Blue) = 200+69+97=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C84561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84561 is #37BA9E. Grayscale: #6F6F6F. Windows color (decimal): -3652255 or 6374856. OLE color: 6374856.
HSL color Cylindrical-coordinate representation of color #C84561: hue angle of 347.18º 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 #C84561 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 97 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 347.18º | 0.54% | 0.53% | - |
| HSV(B) | 347.18º | 0.66% | 0.78% | - |
| XYZ | 28.11 | 17.4 | 13.19 | - |
| YUV | 111.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 97 | 0 | 0.66 | 0.52 | 0.22 | 347.18 | 0.54 | 0.53 |
| Hex | C8 | 45 | 61 | 0 | 42 | 34 | 16 | 15B | 36 | 35 |
| Octal | 310 | 105 | 141 | 0 | 102 | 64 | 26 | 533 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1100001 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110110 | 110101 |
Color Harmonies of #C84561
Complementary color
Monochromatic Colors of #C84561
Black with #C84561
Text Example
Text Example
White with #C84561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84561; }
p { color: rgb(200,69,97); }
H1.HeaderClassName
{
color: #C84561;
}
.AnyTagClassName
{
color: #C84561;
}
</style>
background-color css
<style>
a { background-color: #C84561; }
a { background-color: rgb(200,69,97); }
div.DivClassName
{
background-color: #C84561;
}
.BgClassName
{
background-color: #C84561;
}
</style>
border-color css
<style>
span { border-color: #C84561; }
span { border-color: rgb(200,69,97); }
td.TdClassName
{
border-color: #C84561;
}
.TagClassName
{
border-color: #C84561;
}
</style>