Shades of Cabaret #C7456B
Tints of Cabaret #C7456B
RGB
CMYK
RGB Variations
Color information
#C7456B (or 0xC7456B) is known color: Cabaret. HEX triplet: C7, 45 and 6B. RGB value is (199,69,107). Sum of RGB (Red+Green+Blue) = 199+69+107=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456B is #38BA94. Grayscale: #707070. Windows color (decimal): -3717781 or 7030215. OLE color: 7030215.
HSL color Cylindrical-coordinate representation of color #C7456B: hue angle of 342.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7456B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 107 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.22 |
| HSL | 342.46º | 0.54% | 0.53% | - |
| HSV(B) | 342.46º | 0.65% | 0.78% | - |
| XYZ | 28.34 | 17.46 | 15.79 | - |
| YUV | 112.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 107 | 0 | 0.65 | 0.46 | 0.22 | 342.46 | 0.54 | 0.53 |
| Hex | C7 | 45 | 6B | 0 | 41 | 2E | 16 | 156 | 36 | 35 |
| Octal | 307 | 105 | 153 | 0 | 101 | 56 | 26 | 526 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1101011 | 0 | 1000001 | 101110 | 10110 | 101010110 | 110110 | 110101 |
Color Harmonies of #C7456B
Complementary color
Monochromatic Colors of #C7456B
Black with #C7456B
Text Example
Text Example
White with #C7456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7456B; }
p { color: rgb(199,69,107); }
H1.HeaderClassName
{
color: #C7456B;
}
.AnyTagClassName
{
color: #C7456B;
}
</style>
background-color css
<style>
a { background-color: #C7456B; }
a { background-color: rgb(199,69,107); }
div.DivClassName
{
background-color: #C7456B;
}
.BgClassName
{
background-color: #C7456B;
}
</style>
border-color css
<style>
span { border-color: #C7456B; }
span { border-color: rgb(199,69,107); }
td.TdClassName
{
border-color: #C7456B;
}
.TagClassName
{
border-color: #C7456B;
}
</style>