Shades of Cabaret #C85573
Tints of Cabaret #C85573
RGB
CMYK
RGB Variations
Color information
#C85573 (or 0xC85573) is known color: Cabaret. HEX triplet: C8, 55 and 73. RGB value is (200,85,115). Sum of RGB (Red+Green+Blue) = 200+85+115=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85573 is #37AA8C. Grayscale: #7A7A7A. Windows color (decimal): -3648141 or 7558600. OLE color: 7558600.
HSL color Cylindrical-coordinate representation of color #C85573: hue angle of 344.35º 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 #C85573 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 115 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 344.35º | 0.51% | 0.56% | - |
| HSV(B) | 344.35º | 0.58% | 0.78% | - |
| XYZ | 30.16 | 20.01 | 18.49 | - |
| YUV | 122.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 115 | 0 | 0.58 | 0.42 | 0.22 | 344.35 | 0.51 | 0.56 |
| Hex | C8 | 55 | 73 | 0 | 3A | 2A | 16 | 158 | 33 | 38 |
| Octal | 310 | 125 | 163 | 0 | 72 | 52 | 26 | 530 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1110011 | 0 | 111010 | 101010 | 10110 | 101011000 | 110011 | 111000 |
Color Harmonies of #C85573
Complementary color
Monochromatic Colors of #C85573
Black with #C85573
Text Example
Text Example
White with #C85573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85573; }
p { color: rgb(200,85,115); }
H1.HeaderClassName
{
color: #C85573;
}
.AnyTagClassName
{
color: #C85573;
}
</style>
background-color css
<style>
a { background-color: #C85573; }
a { background-color: rgb(200,85,115); }
div.DivClassName
{
background-color: #C85573;
}
.BgClassName
{
background-color: #C85573;
}
</style>
border-color css
<style>
span { border-color: #C85573; }
span { border-color: rgb(200,85,115); }
td.TdClassName
{
border-color: #C85573;
}
.TagClassName
{
border-color: #C85573;
}
</style>