Shades of Cabaret #C7547B
Tints of Cabaret #C7547B
RGB
CMYK
RGB Variations
Color information
#C7547B (or 0xC7547B) is known color: Cabaret. HEX triplet: C7, 54 and 7B. RGB value is (199,84,123). Sum of RGB (Red+Green+Blue) = 199+84+123=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547B is #38AB84. Grayscale: #7A7A7A. Windows color (decimal): -3713925 or 8082631. OLE color: 8082631.
HSL color Cylindrical-coordinate representation of color #C7547B: hue angle of 339.65º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7547B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 339.65º | 0.51% | 0.55% | - |
| HSV(B) | 339.65º | 0.58% | 0.78% | - |
| XYZ | 30.3 | 19.91 | 20.99 | - |
| YUV | 122.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 123 | 0 | 0.58 | 0.38 | 0.22 | 339.65 | 0.51 | 0.55 |
| Hex | C7 | 54 | 7B | 0 | 3A | 26 | 16 | 154 | 33 | 37 |
| Octal | 307 | 124 | 173 | 0 | 72 | 46 | 26 | 524 | 63 | 67 |
| Binary | 11000111 | 1010100 | 1111011 | 0 | 111010 | 100110 | 10110 | 101010100 | 110011 | 110111 |
Color Harmonies of #C7547B
Complementary color
Monochromatic Colors of #C7547B
Black with #C7547B
Text Example
Text Example
White with #C7547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7547B; }
p { color: rgb(199,84,123); }
H1.HeaderClassName
{
color: #C7547B;
}
.AnyTagClassName
{
color: #C7547B;
}
</style>
background-color css
<style>
a { background-color: #C7547B; }
a { background-color: rgb(199,84,123); }
div.DivClassName
{
background-color: #C7547B;
}
.BgClassName
{
background-color: #C7547B;
}
</style>
border-color css
<style>
span { border-color: #C7547B; }
span { border-color: rgb(199,84,123); }
td.TdClassName
{
border-color: #C7547B;
}
.TagClassName
{
border-color: #C7547B;
}
</style>