Shades of Cabaret #C7566A
Tints of Cabaret #C7566A
RGB
CMYK
RGB Variations
Color information
#C7566A (or 0xC7566A) is known color: Cabaret. HEX triplet: C7, 56 and 6A. RGB value is (199,86,106). Sum of RGB (Red+Green+Blue) = 199+86+106=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7566A is #38A995. Grayscale: #7A7A7A. Windows color (decimal): -3713430 or 6969031. OLE color: 6969031.
HSL color Cylindrical-coordinate representation of color #C7566A: hue angle of 349.38º 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 #C7566A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 106 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.22 |
| HSL | 349.38º | 0.5% | 0.56% | - |
| HSV(B) | 349.38º | 0.57% | 0.78% | - |
| XYZ | 29.48 | 19.84 | 15.91 | - |
| YUV | 122.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 106 | 0 | 0.57 | 0.47 | 0.22 | 349.38 | 0.5 | 0.56 |
| Hex | C7 | 56 | 6A | 0 | 39 | 2F | 16 | 15D | 32 | 38 |
| Octal | 307 | 126 | 152 | 0 | 71 | 57 | 26 | 535 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1101010 | 0 | 111001 | 101111 | 10110 | 101011101 | 110010 | 111000 |
Color Harmonies of #C7566A
Complementary color
Monochromatic Colors of #C7566A
Black with #C7566A
Text Example
Text Example
White with #C7566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7566A; }
p { color: rgb(199,86,106); }
H1.HeaderClassName
{
color: #C7566A;
}
.AnyTagClassName
{
color: #C7566A;
}
</style>
background-color css
<style>
a { background-color: #C7566A; }
a { background-color: rgb(199,86,106); }
div.DivClassName
{
background-color: #C7566A;
}
.BgClassName
{
background-color: #C7566A;
}
</style>
border-color css
<style>
span { border-color: #C7566A; }
span { border-color: rgb(199,86,106); }
td.TdClassName
{
border-color: #C7566A;
}
.TagClassName
{
border-color: #C7566A;
}
</style>