Shades of Cabaret #C85F7F
Tints of Cabaret #C85F7F
RGB
CMYK
RGB Variations
Color information
#C85F7F (or 0xC85F7F) is known color: Cabaret. HEX triplet: C8, 5F and 7F. RGB value is (200,95,127). Sum of RGB (Red+Green+Blue) = 200+95+127=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F7F is #37A080. Grayscale: #828282. Windows color (decimal): -3645569 or 8347592. OLE color: 8347592.
HSL color Cylindrical-coordinate representation of color #C85F7F: hue angle of 341.71º 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 #C85F7F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 127 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.22 |
| HSL | 341.71º | 0.49% | 0.58% | - |
| HSV(B) | 341.71º | 0.53% | 0.78% | - |
| XYZ | 31.74 | 22 | 22.65 | - |
| YUV | 130.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 127 | 0 | 0.52 | 0.36 | 0.22 | 341.71 | 0.49 | 0.58 |
| Hex | C8 | 5F | 7F | 0 | 34 | 24 | 16 | 156 | 31 | 3A |
| Octal | 310 | 137 | 177 | 0 | 64 | 44 | 26 | 526 | 61 | 72 |
| Binary | 11001000 | 1011111 | 1111111 | 0 | 110100 | 100100 | 10110 | 101010110 | 110001 | 111010 |
Color Harmonies of #C85F7F
Complementary color
Monochromatic Colors of #C85F7F
Black with #C85F7F
Text Example
Text Example
White with #C85F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F7F; }
p { color: rgb(200,95,127); }
H1.HeaderClassName
{
color: #C85F7F;
}
.AnyTagClassName
{
color: #C85F7F;
}
</style>
background-color css
<style>
a { background-color: #C85F7F; }
a { background-color: rgb(200,95,127); }
div.DivClassName
{
background-color: #C85F7F;
}
.BgClassName
{
background-color: #C85F7F;
}
</style>
border-color css
<style>
span { border-color: #C85F7F; }
span { border-color: rgb(200,95,127); }
td.TdClassName
{
border-color: #C85F7F;
}
.TagClassName
{
border-color: #C85F7F;
}
</style>