Shades of Cabaret #C84F70
Tints of Cabaret #C84F70
RGB
CMYK
RGB Variations
Color information
#C84F70 (or 0xC84F70) is known color: Cabaret. HEX triplet: C8, 4F and 70. RGB value is (200,79,112). Sum of RGB (Red+Green+Blue) = 200+79+112=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F70 is #37B08F. Grayscale: #767676. Windows color (decimal): -3649680 or 7360456. OLE color: 7360456.
HSL color Cylindrical-coordinate representation of color #C84F70: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F70 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 112 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.22 |
| HSL | 343.64º | 0.52% | 0.55% | - |
| HSV(B) | 343.64º | 0.61% | 0.78% | - |
| XYZ | 29.54 | 19.04 | 17.45 | - |
| YUV | 118.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 112 | 0 | 0.60 | 0.44 | 0.22 | 343.64 | 0.52 | 0.55 |
| Hex | C8 | 4F | 70 | 0 | 3C | 2C | 16 | 158 | 34 | 37 |
| Octal | 310 | 117 | 160 | 0 | 74 | 54 | 26 | 530 | 64 | 67 |
| Binary | 11001000 | 1001111 | 1110000 | 0 | 111100 | 101100 | 10110 | 101011000 | 110100 | 110111 |
Color Harmonies of #C84F70
Complementary color
Monochromatic Colors of #C84F70
Black with #C84F70
Text Example
Text Example
White with #C84F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F70; }
p { color: rgb(200,79,112); }
H1.HeaderClassName
{
color: #C84F70;
}
.AnyTagClassName
{
color: #C84F70;
}
</style>
background-color css
<style>
a { background-color: #C84F70; }
a { background-color: rgb(200,79,112); }
div.DivClassName
{
background-color: #C84F70;
}
.BgClassName
{
background-color: #C84F70;
}
</style>
border-color css
<style>
span { border-color: #C84F70; }
span { border-color: rgb(200,79,112); }
td.TdClassName
{
border-color: #C84F70;
}
.TagClassName
{
border-color: #C84F70;
}
</style>