Shades of Cabaret #C55E7B
Tints of Cabaret #C55E7B
RGB
CMYK
RGB Variations
Color information
#C55E7B (or 0xC55E7B) is known color: Cabaret. HEX triplet: C5, 5E and 7B. RGB value is (197,94,123). Sum of RGB (Red+Green+Blue) = 197+94+123=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E7B is #3AA184. Grayscale: #808080. Windows color (decimal): -3842437 or 8085189. OLE color: 8085189.
HSL color Cylindrical-coordinate representation of color #C55E7B: hue angle of 343.11º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E7B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 123 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.23 |
| HSL | 343.11º | 0.47% | 0.57% | - |
| HSV(B) | 343.11º | 0.52% | 0.77% | - |
| XYZ | 30.6 | 21.31 | 21.24 | - |
| YUV | 128.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 123 | 0 | 0.52 | 0.38 | 0.23 | 343.11 | 0.47 | 0.57 |
| Hex | C5 | 5E | 7B | 0 | 34 | 26 | 17 | 157 | 2F | 39 |
| Octal | 305 | 136 | 173 | 0 | 64 | 46 | 27 | 527 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1111011 | 0 | 110100 | 100110 | 10111 | 101010111 | 101111 | 111001 |
Color Harmonies of #C55E7B
Complementary color
Monochromatic Colors of #C55E7B
Black with #C55E7B
Text Example
Text Example
White with #C55E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E7B; }
p { color: rgb(197,94,123); }
H1.HeaderClassName
{
color: #C55E7B;
}
.AnyTagClassName
{
color: #C55E7B;
}
</style>
background-color css
<style>
a { background-color: #C55E7B; }
a { background-color: rgb(197,94,123); }
div.DivClassName
{
background-color: #C55E7B;
}
.BgClassName
{
background-color: #C55E7B;
}
</style>
border-color css
<style>
span { border-color: #C55E7B; }
span { border-color: rgb(197,94,123); }
td.TdClassName
{
border-color: #C55E7B;
}
.TagClassName
{
border-color: #C55E7B;
}
</style>