Shades of Cabaret #C84B70
Tints of Cabaret #C84B70
RGB
CMYK
RGB Variations
Color information
#C84B70 (or 0xC84B70) is known color: Cabaret. HEX triplet: C8, 4B and 70. RGB value is (200,75,112). Sum of RGB (Red+Green+Blue) = 200+75+112=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B70 is #37B48F. Grayscale: #747474. Windows color (decimal): -3650704 or 7359432. OLE color: 7359432.
HSL color Cylindrical-coordinate representation of color #C84B70: hue angle of 342.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84B70 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 112 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.22 |
| HSL | 342.24º | 0.53% | 0.54% | - |
| HSV(B) | 342.24º | 0.63% | 0.78% | - |
| XYZ | 29.26 | 18.48 | 17.35 | - |
| YUV | 116.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 112 | 0 | 0.62 | 0.44 | 0.22 | 342.24 | 0.53 | 0.54 |
| Hex | C8 | 4B | 70 | 0 | 3E | 2C | 16 | 156 | 35 | 36 |
| Octal | 310 | 113 | 160 | 0 | 76 | 54 | 26 | 526 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1110000 | 0 | 111110 | 101100 | 10110 | 101010110 | 110101 | 110110 |
Color Harmonies of #C84B70
Complementary color
Monochromatic Colors of #C84B70
Black with #C84B70
Text Example
Text Example
White with #C84B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B70; }
p { color: rgb(200,75,112); }
H1.HeaderClassName
{
color: #C84B70;
}
.AnyTagClassName
{
color: #C84B70;
}
</style>
background-color css
<style>
a { background-color: #C84B70; }
a { background-color: rgb(200,75,112); }
div.DivClassName
{
background-color: #C84B70;
}
.BgClassName
{
background-color: #C84B70;
}
</style>
border-color css
<style>
span { border-color: #C84B70; }
span { border-color: rgb(200,75,112); }
td.TdClassName
{
border-color: #C84B70;
}
.TagClassName
{
border-color: #C84B70;
}
</style>