Shades of Cabaret #C7566C
Tints of Cabaret #C7566C
RGB
CMYK
RGB Variations
Color information
#C7566C (or 0xC7566C) is known color: Cabaret. HEX triplet: C7, 56 and 6C. RGB value is (199,86,108). Sum of RGB (Red+Green+Blue) = 199+86+108=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7566C is #38A993. Grayscale: #7A7A7A. Windows color (decimal): -3713428 or 7100103. OLE color: 7100103.
HSL color Cylindrical-coordinate representation of color #C7566C: hue angle of 348.32º 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 #C7566C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 108 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.32º | 0.5% | 0.56% | - |
| HSV(B) | 348.32º | 0.57% | 0.78% | - |
| XYZ | 29.59 | 19.88 | 16.47 | - |
| YUV | 122.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 108 | 0 | 0.57 | 0.46 | 0.22 | 348.32 | 0.5 | 0.56 |
| Hex | C7 | 56 | 6C | 0 | 39 | 2E | 16 | 15C | 32 | 38 |
| Octal | 307 | 126 | 154 | 0 | 71 | 56 | 26 | 534 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1101100 | 0 | 111001 | 101110 | 10110 | 101011100 | 110010 | 111000 |
Color Harmonies of #C7566C
Complementary color
Monochromatic Colors of #C7566C
Black with #C7566C
Text Example
Text Example
White with #C7566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7566C; }
p { color: rgb(199,86,108); }
H1.HeaderClassName
{
color: #C7566C;
}
.AnyTagClassName
{
color: #C7566C;
}
</style>
background-color css
<style>
a { background-color: #C7566C; }
a { background-color: rgb(199,86,108); }
div.DivClassName
{
background-color: #C7566C;
}
.BgClassName
{
background-color: #C7566C;
}
</style>
border-color css
<style>
span { border-color: #C7566C; }
span { border-color: rgb(199,86,108); }
td.TdClassName
{
border-color: #C7566C;
}
.TagClassName
{
border-color: #C7566C;
}
</style>