Shades of Cabaret #C7506B
Tints of Cabaret #C7506B
RGB
CMYK
RGB Variations
Color information
#C7506B (or 0xC7506B) is known color: Cabaret. HEX triplet: C7, 50 and 6B. RGB value is (199,80,107). Sum of RGB (Red+Green+Blue) = 199+80+107=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7506B is #38AF94. Grayscale: #767676. Windows color (decimal): -3714965 or 7033031. OLE color: 7033031.
HSL color Cylindrical-coordinate representation of color #C7506B: hue angle of 346.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7506B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 107 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.22 |
| HSL | 346.39º | 0.52% | 0.55% | - |
| HSV(B) | 346.39º | 0.6% | 0.78% | - |
| XYZ | 29.08 | 18.94 | 16.03 | - |
| YUV | 118.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 107 | 0 | 0.60 | 0.46 | 0.22 | 346.39 | 0.52 | 0.55 |
| Hex | C7 | 50 | 6B | 0 | 3C | 2E | 16 | 15A | 34 | 37 |
| Octal | 307 | 120 | 153 | 0 | 74 | 56 | 26 | 532 | 64 | 67 |
| Binary | 11000111 | 1010000 | 1101011 | 0 | 111100 | 101110 | 10110 | 101011010 | 110100 | 110111 |
Color Harmonies of #C7506B
Complementary color
Monochromatic Colors of #C7506B
Black with #C7506B
Text Example
Text Example
White with #C7506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7506B; }
p { color: rgb(199,80,107); }
H1.HeaderClassName
{
color: #C7506B;
}
.AnyTagClassName
{
color: #C7506B;
}
</style>
background-color css
<style>
a { background-color: #C7506B; }
a { background-color: rgb(199,80,107); }
div.DivClassName
{
background-color: #C7506B;
}
.BgClassName
{
background-color: #C7506B;
}
</style>
border-color css
<style>
span { border-color: #C7506B; }
span { border-color: rgb(199,80,107); }
td.TdClassName
{
border-color: #C7506B;
}
.TagClassName
{
border-color: #C7506B;
}
</style>