Shades of Cabaret #C84572
Tints of Cabaret #C84572
RGB
CMYK
RGB Variations
Color information
#C84572 (or 0xC84572) is known color: Cabaret. HEX triplet: C8, 45 and 72. RGB value is (200,69,114). Sum of RGB (Red+Green+Blue) = 200+69+114=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84572 is #37BA8D. Grayscale: #717171. Windows color (decimal): -3652238 or 7488968. OLE color: 7488968.
HSL color Cylindrical-coordinate representation of color #C84572: hue angle of 339.39º 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 #C84572 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 114 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.22 |
| HSL | 339.39º | 0.54% | 0.53% | - |
| HSV(B) | 339.39º | 0.66% | 0.78% | - |
| XYZ | 28.98 | 17.75 | 17.82 | - |
| YUV | 113.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 114 | 0 | 0.66 | 0.43 | 0.22 | 339.39 | 0.54 | 0.53 |
| Hex | C8 | 45 | 72 | 0 | 42 | 2B | 16 | 153 | 36 | 35 |
| Octal | 310 | 105 | 162 | 0 | 102 | 53 | 26 | 523 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1110010 | 0 | 1000010 | 101011 | 10110 | 101010011 | 110110 | 110101 |
Color Harmonies of #C84572
Complementary color
Monochromatic Colors of #C84572
Black with #C84572
Text Example
Text Example
White with #C84572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84572; }
p { color: rgb(200,69,114); }
H1.HeaderClassName
{
color: #C84572;
}
.AnyTagClassName
{
color: #C84572;
}
</style>
background-color css
<style>
a { background-color: #C84572; }
a { background-color: rgb(200,69,114); }
div.DivClassName
{
background-color: #C84572;
}
.BgClassName
{
background-color: #C84572;
}
</style>
border-color css
<style>
span { border-color: #C84572; }
span { border-color: rgb(200,69,114); }
td.TdClassName
{
border-color: #C84572;
}
.TagClassName
{
border-color: #C84572;
}
</style>