Shades of Cabaret #C85B7D
Tints of Cabaret #C85B7D
RGB
CMYK
RGB Variations
Color information
#C85B7D (or 0xC85B7D) is known color: Cabaret. HEX triplet: C8, 5B and 7D. RGB value is (200,91,125). Sum of RGB (Red+Green+Blue) = 200+91+125=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7D is #37A482. Grayscale: #7F7F7F. Windows color (decimal): -3646595 or 8215496. OLE color: 8215496.
HSL color Cylindrical-coordinate representation of color #C85B7D: hue angle of 341.28º 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 #C85B7D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 125 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 341.28º | 0.5% | 0.57% | - |
| HSV(B) | 341.28º | 0.55% | 0.78% | - |
| XYZ | 31.26 | 21.24 | 21.85 | - |
| YUV | 127.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 125 | 0 | 0.54 | 0.38 | 0.22 | 341.28 | 0.5 | 0.57 |
| Hex | C8 | 5B | 7D | 0 | 36 | 26 | 16 | 155 | 32 | 39 |
| Octal | 310 | 133 | 175 | 0 | 66 | 46 | 26 | 525 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1111101 | 0 | 110110 | 100110 | 10110 | 101010101 | 110010 | 111001 |
Color Harmonies of #C85B7D
Complementary color
Monochromatic Colors of #C85B7D
Black with #C85B7D
Text Example
Text Example
White with #C85B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B7D; }
p { color: rgb(200,91,125); }
H1.HeaderClassName
{
color: #C85B7D;
}
.AnyTagClassName
{
color: #C85B7D;
}
</style>
background-color css
<style>
a { background-color: #C85B7D; }
a { background-color: rgb(200,91,125); }
div.DivClassName
{
background-color: #C85B7D;
}
.BgClassName
{
background-color: #C85B7D;
}
</style>
border-color css
<style>
span { border-color: #C85B7D; }
span { border-color: rgb(200,91,125); }
td.TdClassName
{
border-color: #C85B7D;
}
.TagClassName
{
border-color: #C85B7D;
}
</style>