Shades of Cabaret #C55F7B
Tints of Cabaret #C55F7B
RGB
CMYK
RGB Variations
Color information
#C55F7B (or 0xC55F7B) is known color: Cabaret. HEX triplet: C5, 5F and 7B. RGB value is (197,95,123). Sum of RGB (Red+Green+Blue) = 197+95+123=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F7B is #3AA084. Grayscale: #808080. Windows color (decimal): -3842181 or 8085445. OLE color: 8085445.
HSL color Cylindrical-coordinate representation of color #C55F7B: hue angle of 343.53º 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 #C55F7B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 123 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.23 |
| HSL | 343.53º | 0.47% | 0.57% | - |
| HSV(B) | 343.53º | 0.52% | 0.77% | - |
| XYZ | 30.69 | 21.48 | 21.27 | - |
| YUV | 128.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 123 | 0 | 0.52 | 0.38 | 0.23 | 343.53 | 0.47 | 0.57 |
| Hex | C5 | 5F | 7B | 0 | 34 | 26 | 17 | 158 | 2F | 39 |
| Octal | 305 | 137 | 173 | 0 | 64 | 46 | 27 | 530 | 57 | 71 |
| Binary | 11000101 | 1011111 | 1111011 | 0 | 110100 | 100110 | 10111 | 101011000 | 101111 | 111001 |
Color Harmonies of #C55F7B
Complementary color
Monochromatic Colors of #C55F7B
Black with #C55F7B
Text Example
Text Example
White with #C55F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F7B; }
p { color: rgb(197,95,123); }
H1.HeaderClassName
{
color: #C55F7B;
}
.AnyTagClassName
{
color: #C55F7B;
}
</style>
background-color css
<style>
a { background-color: #C55F7B; }
a { background-color: rgb(197,95,123); }
div.DivClassName
{
background-color: #C55F7B;
}
.BgClassName
{
background-color: #C55F7B;
}
</style>
border-color css
<style>
span { border-color: #C55F7B; }
span { border-color: rgb(197,95,123); }
td.TdClassName
{
border-color: #C55F7B;
}
.TagClassName
{
border-color: #C55F7B;
}
</style>