Shades of Cabaret #C85677
Tints of Cabaret #C85677
RGB
CMYK
RGB Variations
Color information
#C85677 (or 0xC85677) is known color: Cabaret. HEX triplet: C8, 56 and 77. RGB value is (200,86,119). Sum of RGB (Red+Green+Blue) = 200+86+119=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C85677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85677 is #37A988. Grayscale: #7B7B7B. Windows color (decimal): -3647881 or 7821000. OLE color: 7821000.
HSL color Cylindrical-coordinate representation of color #C85677: hue angle of 342.63º 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 #C85677 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 119 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.22 |
| HSL | 342.63º | 0.51% | 0.56% | - |
| HSV(B) | 342.63º | 0.57% | 0.78% | - |
| XYZ | 30.48 | 20.27 | 19.76 | - |
| YUV | 123.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 119 | 0 | 0.57 | 0.40 | 0.22 | 342.63 | 0.51 | 0.56 |
| Hex | C8 | 56 | 77 | 0 | 39 | 28 | 16 | 157 | 33 | 38 |
| Octal | 310 | 126 | 167 | 0 | 71 | 50 | 26 | 527 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1110111 | 0 | 111001 | 101000 | 10110 | 101010111 | 110011 | 111000 |
Color Harmonies of #C85677
Complementary color
Monochromatic Colors of #C85677
Black with #C85677
Text Example
Text Example
White with #C85677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85677; }
p { color: rgb(200,86,119); }
H1.HeaderClassName
{
color: #C85677;
}
.AnyTagClassName
{
color: #C85677;
}
</style>
background-color css
<style>
a { background-color: #C85677; }
a { background-color: rgb(200,86,119); }
div.DivClassName
{
background-color: #C85677;
}
.BgClassName
{
background-color: #C85677;
}
</style>
border-color css
<style>
span { border-color: #C85677; }
span { border-color: rgb(200,86,119); }
td.TdClassName
{
border-color: #C85677;
}
.TagClassName
{
border-color: #C85677;
}
</style>