Shades of Cabaret #C7566F
Tints of Cabaret #C7566F
RGB
CMYK
RGB Variations
Color information
#C7566F (or 0xC7566F) is known color: Cabaret. HEX triplet: C7, 56 and 6F. RGB value is (199,86,111). Sum of RGB (Red+Green+Blue) = 199+86+111=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7566F is #38A990. Grayscale: #7A7A7A. Windows color (decimal): -3713425 or 7296711. OLE color: 7296711.
HSL color Cylindrical-coordinate representation of color #C7566F: hue angle of 346.73º 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 #C7566F is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 111 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.22 |
| HSL | 346.73º | 0.5% | 0.56% | - |
| HSV(B) | 346.73º | 0.57% | 0.78% | - |
| XYZ | 29.75 | 19.95 | 17.32 | - |
| YUV | 122.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 111 | 0 | 0.57 | 0.44 | 0.22 | 346.73 | 0.5 | 0.56 |
| Hex | C7 | 56 | 6F | 0 | 39 | 2C | 16 | 15B | 32 | 38 |
| Octal | 307 | 126 | 157 | 0 | 71 | 54 | 26 | 533 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1101111 | 0 | 111001 | 101100 | 10110 | 101011011 | 110010 | 111000 |
Color Harmonies of #C7566F
Complementary color
Monochromatic Colors of #C7566F
Black with #C7566F
Text Example
Text Example
White with #C7566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7566F; }
p { color: rgb(199,86,111); }
H1.HeaderClassName
{
color: #C7566F;
}
.AnyTagClassName
{
color: #C7566F;
}
</style>
background-color css
<style>
a { background-color: #C7566F; }
a { background-color: rgb(199,86,111); }
div.DivClassName
{
background-color: #C7566F;
}
.BgClassName
{
background-color: #C7566F;
}
</style>
border-color css
<style>
span { border-color: #C7566F; }
span { border-color: rgb(199,86,111); }
td.TdClassName
{
border-color: #C7566F;
}
.TagClassName
{
border-color: #C7566F;
}
</style>