Shades of Cabaret #C85574
Tints of Cabaret #C85574
RGB
CMYK
RGB Variations
Color information
#C85574 (or 0xC85574) is known color: Cabaret. HEX triplet: C8, 55 and 74. RGB value is (200,85,116). Sum of RGB (Red+Green+Blue) = 200+85+116=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C85574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85574 is #37AA8B. Grayscale: #7A7A7A. Windows color (decimal): -3648140 or 7624136. OLE color: 7624136.
HSL color Cylindrical-coordinate representation of color #C85574: hue angle of 343.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85574 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 116 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 343.83º | 0.51% | 0.56% | - |
| HSV(B) | 343.83º | 0.58% | 0.78% | - |
| XYZ | 30.22 | 20.04 | 18.8 | - |
| YUV | 122.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 116 | 0 | 0.58 | 0.42 | 0.22 | 343.83 | 0.51 | 0.56 |
| Hex | C8 | 55 | 74 | 0 | 3A | 2A | 16 | 158 | 33 | 38 |
| Octal | 310 | 125 | 164 | 0 | 72 | 52 | 26 | 530 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1110100 | 0 | 111010 | 101010 | 10110 | 101011000 | 110011 | 111000 |
Color Harmonies of #C85574
Complementary color
Monochromatic Colors of #C85574
Black with #C85574
Text Example
Text Example
White with #C85574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85574; }
p { color: rgb(200,85,116); }
H1.HeaderClassName
{
color: #C85574;
}
.AnyTagClassName
{
color: #C85574;
}
</style>
background-color css
<style>
a { background-color: #C85574; }
a { background-color: rgb(200,85,116); }
div.DivClassName
{
background-color: #C85574;
}
.BgClassName
{
background-color: #C85574;
}
</style>
border-color css
<style>
span { border-color: #C85574; }
span { border-color: rgb(200,85,116); }
td.TdClassName
{
border-color: #C85574;
}
.TagClassName
{
border-color: #C85574;
}
</style>