Shades of Cabaret #C85C7A
Tints of Cabaret #C85C7A
RGB
CMYK
RGB Variations
Color information
#C85C7A (or 0xC85C7A) is known color: Cabaret. HEX triplet: C8, 5C and 7A. RGB value is (200,92,122). Sum of RGB (Red+Green+Blue) = 200+92+122=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C7A is #37A385. Grayscale: #7F7F7F. Windows color (decimal): -3646342 or 8019144. OLE color: 8019144.
HSL color Cylindrical-coordinate representation of color #C85C7A: hue angle of 343.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C7A is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 122 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.22 |
| HSL | 343.33º | 0.5% | 0.57% | - |
| HSV(B) | 343.33º | 0.54% | 0.78% | - |
| XYZ | 31.16 | 21.34 | 20.89 | - |
| YUV | 127.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 122 | 0 | 0.54 | 0.39 | 0.22 | 343.33 | 0.5 | 0.57 |
| Hex | C8 | 5C | 7A | 0 | 36 | 27 | 16 | 157 | 32 | 39 |
| Octal | 310 | 134 | 172 | 0 | 66 | 47 | 26 | 527 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1111010 | 0 | 110110 | 100111 | 10110 | 101010111 | 110010 | 111001 |
Color Harmonies of #C85C7A
Complementary color
Monochromatic Colors of #C85C7A
Black with #C85C7A
Text Example
Text Example
White with #C85C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C7A; }
p { color: rgb(200,92,122); }
H1.HeaderClassName
{
color: #C85C7A;
}
.AnyTagClassName
{
color: #C85C7A;
}
</style>
background-color css
<style>
a { background-color: #C85C7A; }
a { background-color: rgb(200,92,122); }
div.DivClassName
{
background-color: #C85C7A;
}
.BgClassName
{
background-color: #C85C7A;
}
</style>
border-color css
<style>
span { border-color: #C85C7A; }
span { border-color: rgb(200,92,122); }
td.TdClassName
{
border-color: #C85C7A;
}
.TagClassName
{
border-color: #C85C7A;
}
</style>