Shades of Cabaret #C7556B
Tints of Cabaret #C7556B
RGB
CMYK
RGB Variations
Color information
#C7556B (or 0xC7556B) is known color: Cabaret. HEX triplet: C7, 55 and 6B. RGB value is (199,85,107). Sum of RGB (Red+Green+Blue) = 199+85+107=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556B is #38AA94. Grayscale: #797979. Windows color (decimal): -3713685 or 7034311. OLE color: 7034311.
HSL color Cylindrical-coordinate representation of color #C7556B: hue angle of 348.42º 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 #C7556B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 107 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.42º | 0.5% | 0.56% | - |
| HSV(B) | 348.42º | 0.57% | 0.78% | - |
| XYZ | 29.46 | 19.7 | 16.16 | - |
| YUV | 121.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 107 | 0 | 0.57 | 0.46 | 0.22 | 348.42 | 0.5 | 0.56 |
| Hex | C7 | 55 | 6B | 0 | 39 | 2E | 16 | 15C | 32 | 38 |
| Octal | 307 | 125 | 153 | 0 | 71 | 56 | 26 | 534 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1101011 | 0 | 111001 | 101110 | 10110 | 101011100 | 110010 | 111000 |
Color Harmonies of #C7556B
Complementary color
Monochromatic Colors of #C7556B
Black with #C7556B
Text Example
Text Example
White with #C7556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7556B; }
p { color: rgb(199,85,107); }
H1.HeaderClassName
{
color: #C7556B;
}
.AnyTagClassName
{
color: #C7556B;
}
</style>
background-color css
<style>
a { background-color: #C7556B; }
a { background-color: rgb(199,85,107); }
div.DivClassName
{
background-color: #C7556B;
}
.BgClassName
{
background-color: #C7556B;
}
</style>
border-color css
<style>
span { border-color: #C7556B; }
span { border-color: rgb(199,85,107); }
td.TdClassName
{
border-color: #C7556B;
}
.TagClassName
{
border-color: #C7556B;
}
</style>