Shades of Cabaret #C7557B
Tints of Cabaret #C7557B
RGB
CMYK
RGB Variations
Color information
#C7557B (or 0xC7557B) is known color: Cabaret. HEX triplet: C7, 55 and 7B. RGB value is (199,85,123). Sum of RGB (Red+Green+Blue) = 199+85+123=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7557B is #38AA84. Grayscale: #7B7B7B. Windows color (decimal): -3713669 or 8082887. OLE color: 8082887.
HSL color Cylindrical-coordinate representation of color #C7557B: hue angle of 340º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7557B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 123 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.22 |
| HSL | 340º | 0.5% | 0.56% | - |
| HSV(B) | 340º | 0.57% | 0.78% | - |
| XYZ | 30.38 | 20.07 | 21.01 | - |
| YUV | 123.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 123 | 0 | 0.57 | 0.38 | 0.22 | 340 | 0.5 | 0.56 |
| Hex | C7 | 55 | 7B | 0 | 39 | 26 | 16 | 154 | 32 | 38 |
| Octal | 307 | 125 | 173 | 0 | 71 | 46 | 26 | 524 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1111011 | 0 | 111001 | 100110 | 10110 | 101010100 | 110010 | 111000 |
Color Harmonies of #C7557B
Complementary color
Monochromatic Colors of #C7557B
Black with #C7557B
Text Example
Text Example
White with #C7557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7557B; }
p { color: rgb(199,85,123); }
H1.HeaderClassName
{
color: #C7557B;
}
.AnyTagClassName
{
color: #C7557B;
}
</style>
background-color css
<style>
a { background-color: #C7557B; }
a { background-color: rgb(199,85,123); }
div.DivClassName
{
background-color: #C7557B;
}
.BgClassName
{
background-color: #C7557B;
}
</style>
border-color css
<style>
span { border-color: #C7557B; }
span { border-color: rgb(199,85,123); }
td.TdClassName
{
border-color: #C7557B;
}
.TagClassName
{
border-color: #C7557B;
}
</style>