Shades of Cabaret #C85379
Tints of Cabaret #C85379
RGB
CMYK
RGB Variations
Color information
#C85379 (or 0xC85379) is known color: Cabaret. HEX triplet: C8, 53 and 79. RGB value is (200,83,121). Sum of RGB (Red+Green+Blue) = 200+83+121=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85379 is #37AC86. Grayscale: #7A7A7A. Windows color (decimal): -3648647 or 7951304. OLE color: 7951304.
HSL color Cylindrical-coordinate representation of color #C85379: hue angle of 340.51º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85379 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 121 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.22 |
| HSL | 340.51º | 0.52% | 0.55% | - |
| HSV(B) | 340.51º | 0.59% | 0.78% | - |
| XYZ | 30.36 | 19.85 | 20.32 | - |
| YUV | 122.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 121 | 0 | 0.58 | 0.39 | 0.22 | 340.51 | 0.52 | 0.55 |
| Hex | C8 | 53 | 79 | 0 | 3A | 27 | 16 | 155 | 34 | 37 |
| Octal | 310 | 123 | 171 | 0 | 72 | 47 | 26 | 525 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111001 | 0 | 111010 | 100111 | 10110 | 101010101 | 110100 | 110111 |
Color Harmonies of #C85379
Complementary color
Monochromatic Colors of #C85379
Black with #C85379
Text Example
Text Example
White with #C85379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85379; }
p { color: rgb(200,83,121); }
H1.HeaderClassName
{
color: #C85379;
}
.AnyTagClassName
{
color: #C85379;
}
</style>
background-color css
<style>
a { background-color: #C85379; }
a { background-color: rgb(200,83,121); }
div.DivClassName
{
background-color: #C85379;
}
.BgClassName
{
background-color: #C85379;
}
</style>
border-color css
<style>
span { border-color: #C85379; }
span { border-color: rgb(200,83,121); }
td.TdClassName
{
border-color: #C85379;
}
.TagClassName
{
border-color: #C85379;
}
</style>