Shades of Cabaret #C85F7B
Tints of Cabaret #C85F7B
RGB
CMYK
RGB Variations
Color information
#C85F7B (or 0xC85F7B) is known color: Cabaret. HEX triplet: C8, 5F and 7B. RGB value is (200,95,123). Sum of RGB (Red+Green+Blue) = 200+95+123=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F7B is #37A084. Grayscale: #818181. Windows color (decimal): -3645573 or 8085448. OLE color: 8085448.
HSL color Cylindrical-coordinate representation of color #C85F7B: hue angle of 344º 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 #C85F7B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 123 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.22 |
| HSL | 344º | 0.49% | 0.58% | - |
| HSV(B) | 344º | 0.53% | 0.78% | - |
| XYZ | 31.49 | 21.89 | 21.31 | - |
| YUV | 129.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 123 | 0 | 0.52 | 0.38 | 0.22 | 344 | 0.49 | 0.58 |
| Hex | C8 | 5F | 7B | 0 | 34 | 26 | 16 | 158 | 31 | 3A |
| Octal | 310 | 137 | 173 | 0 | 64 | 46 | 26 | 530 | 61 | 72 |
| Binary | 11001000 | 1011111 | 1111011 | 0 | 110100 | 100110 | 10110 | 101011000 | 110001 | 111010 |
Color Harmonies of #C85F7B
Complementary color
Monochromatic Colors of #C85F7B
Black with #C85F7B
Text Example
Text Example
White with #C85F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F7B; }
p { color: rgb(200,95,123); }
H1.HeaderClassName
{
color: #C85F7B;
}
.AnyTagClassName
{
color: #C85F7B;
}
</style>
background-color css
<style>
a { background-color: #C85F7B; }
a { background-color: rgb(200,95,123); }
div.DivClassName
{
background-color: #C85F7B;
}
.BgClassName
{
background-color: #C85F7B;
}
</style>
border-color css
<style>
span { border-color: #C85F7B; }
span { border-color: rgb(200,95,123); }
td.TdClassName
{
border-color: #C85F7B;
}
.TagClassName
{
border-color: #C85F7B;
}
</style>