Shades of Cabaret #C84869
Tints of Cabaret #C84869
RGB
CMYK
RGB Variations
Color information
#C84869 (or 0xC84869) is known color: Cabaret. HEX triplet: C8, 48 and 69. RGB value is (200,72,105). Sum of RGB (Red+Green+Blue) = 200+72+105=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84869 is #37B796. Grayscale: #727272. Windows color (decimal): -3651479 or 6899912. OLE color: 6899912.
HSL color Cylindrical-coordinate representation of color #C84869: hue angle of 344.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84869 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 105 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.22 |
| HSL | 344.53º | 0.54% | 0.53% | - |
| HSV(B) | 344.53º | 0.64% | 0.78% | - |
| XYZ | 28.69 | 17.93 | 15.31 | - |
| YUV | 114.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 105 | 0 | 0.64 | 0.48 | 0.22 | 344.53 | 0.54 | 0.53 |
| Hex | C8 | 48 | 69 | 0 | 40 | 30 | 16 | 159 | 36 | 35 |
| Octal | 310 | 110 | 151 | 0 | 100 | 60 | 26 | 531 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1101001 | 0 | 1000000 | 110000 | 10110 | 101011001 | 110110 | 110101 |
Color Harmonies of #C84869
Complementary color
Monochromatic Colors of #C84869
Black with #C84869
Text Example
Text Example
White with #C84869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84869; }
p { color: rgb(200,72,105); }
H1.HeaderClassName
{
color: #C84869;
}
.AnyTagClassName
{
color: #C84869;
}
</style>
background-color css
<style>
a { background-color: #C84869; }
a { background-color: rgb(200,72,105); }
div.DivClassName
{
background-color: #C84869;
}
.BgClassName
{
background-color: #C84869;
}
</style>
border-color css
<style>
span { border-color: #C84869; }
span { border-color: rgb(200,72,105); }
td.TdClassName
{
border-color: #C84869;
}
.TagClassName
{
border-color: #C84869;
}
</style>