Shades of Cabaret #C7567A
Tints of Cabaret #C7567A
RGB
CMYK
RGB Variations
Color information
#C7567A (or 0xC7567A) is known color: Cabaret. HEX triplet: C7, 56 and 7A. RGB value is (199,86,122). Sum of RGB (Red+Green+Blue) = 199+86+122=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7567A is #38A985. Grayscale: #7B7B7B. Windows color (decimal): -3713414 or 8017607. OLE color: 8017607.
HSL color Cylindrical-coordinate representation of color #C7567A: hue angle of 340.88º 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 #C7567A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 122 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.22 |
| HSL | 340.88º | 0.5% | 0.56% | - |
| HSV(B) | 340.88º | 0.57% | 0.78% | - |
| XYZ | 30.39 | 20.2 | 20.71 | - |
| YUV | 123.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 122 | 0 | 0.57 | 0.39 | 0.22 | 340.88 | 0.5 | 0.56 |
| Hex | C7 | 56 | 7A | 0 | 39 | 27 | 16 | 155 | 32 | 38 |
| Octal | 307 | 126 | 172 | 0 | 71 | 47 | 26 | 525 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1111010 | 0 | 111001 | 100111 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C7567A
Complementary color
Monochromatic Colors of #C7567A
Black with #C7567A
Text Example
Text Example
White with #C7567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7567A; }
p { color: rgb(199,86,122); }
H1.HeaderClassName
{
color: #C7567A;
}
.AnyTagClassName
{
color: #C7567A;
}
</style>
background-color css
<style>
a { background-color: #C7567A; }
a { background-color: rgb(199,86,122); }
div.DivClassName
{
background-color: #C7567A;
}
.BgClassName
{
background-color: #C7567A;
}
</style>
border-color css
<style>
span { border-color: #C7567A; }
span { border-color: rgb(199,86,122); }
td.TdClassName
{
border-color: #C7567A;
}
.TagClassName
{
border-color: #C7567A;
}
</style>