Shades of Cabaret #C85F7E
Tints of Cabaret #C85F7E
RGB
CMYK
RGB Variations
Color information
#C85F7E (or 0xC85F7E) is known color: Cabaret. HEX triplet: C8, 5F and 7E. RGB value is (200,95,126). Sum of RGB (Red+Green+Blue) = 200+95+126=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F7E is #37A081. Grayscale: #818181. Windows color (decimal): -3645570 or 8282056. OLE color: 8282056.
HSL color Cylindrical-coordinate representation of color #C85F7E: hue angle of 342.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F7E is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 126 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.22 |
| HSL | 342.29º | 0.49% | 0.58% | - |
| HSV(B) | 342.29º | 0.53% | 0.78% | - |
| XYZ | 31.68 | 21.97 | 22.31 | - |
| YUV | 129.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 126 | 0 | 0.52 | 0.37 | 0.22 | 342.29 | 0.49 | 0.58 |
| Hex | C8 | 5F | 7E | 0 | 34 | 25 | 16 | 156 | 31 | 3A |
| Octal | 310 | 137 | 176 | 0 | 64 | 45 | 26 | 526 | 61 | 72 |
| Binary | 11001000 | 1011111 | 1111110 | 0 | 110100 | 100101 | 10110 | 101010110 | 110001 | 111010 |
Color Harmonies of #C85F7E
Complementary color
Monochromatic Colors of #C85F7E
Black with #C85F7E
Text Example
Text Example
White with #C85F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F7E; }
p { color: rgb(200,95,126); }
H1.HeaderClassName
{
color: #C85F7E;
}
.AnyTagClassName
{
color: #C85F7E;
}
</style>
background-color css
<style>
a { background-color: #C85F7E; }
a { background-color: rgb(200,95,126); }
div.DivClassName
{
background-color: #C85F7E;
}
.BgClassName
{
background-color: #C85F7E;
}
</style>
border-color css
<style>
span { border-color: #C85F7E; }
span { border-color: rgb(200,95,126); }
td.TdClassName
{
border-color: #C85F7E;
}
.TagClassName
{
border-color: #C85F7E;
}
</style>