Shades of Cabaret #C85B7B
Tints of Cabaret #C85B7B
RGB
CMYK
RGB Variations
Color information
#C85B7B (or 0xC85B7B) is known color: Cabaret. HEX triplet: C8, 5B and 7B. RGB value is (200,91,123). Sum of RGB (Red+Green+Blue) = 200+91+123=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7B is #37A484. Grayscale: #7F7F7F. Windows color (decimal): -3646597 or 8084424. OLE color: 8084424.
HSL color Cylindrical-coordinate representation of color #C85B7B: hue angle of 342.39º 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 #C85B7B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 123 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 342.39º | 0.5% | 0.57% | - |
| HSV(B) | 342.39º | 0.55% | 0.78% | - |
| XYZ | 31.14 | 21.19 | 21.19 | - |
| YUV | 127.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 123 | 0 | 0.54 | 0.38 | 0.22 | 342.39 | 0.5 | 0.57 |
| Hex | C8 | 5B | 7B | 0 | 36 | 26 | 16 | 156 | 32 | 39 |
| Octal | 310 | 133 | 173 | 0 | 66 | 46 | 26 | 526 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1111011 | 0 | 110110 | 100110 | 10110 | 101010110 | 110010 | 111001 |
Color Harmonies of #C85B7B
Complementary color
Monochromatic Colors of #C85B7B
Black with #C85B7B
Text Example
Text Example
White with #C85B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B7B; }
p { color: rgb(200,91,123); }
H1.HeaderClassName
{
color: #C85B7B;
}
.AnyTagClassName
{
color: #C85B7B;
}
</style>
background-color css
<style>
a { background-color: #C85B7B; }
a { background-color: rgb(200,91,123); }
div.DivClassName
{
background-color: #C85B7B;
}
.BgClassName
{
background-color: #C85B7B;
}
</style>
border-color css
<style>
span { border-color: #C85B7B; }
span { border-color: rgb(200,91,123); }
td.TdClassName
{
border-color: #C85B7B;
}
.TagClassName
{
border-color: #C85B7B;
}
</style>