Shades of Cabaret #C75768
Tints of Cabaret #C75768
RGB
CMYK
RGB Variations
Color information
#C75768 (or 0xC75768) is known color: Cabaret. HEX triplet: C7, 57 and 68. RGB value is (199,87,104). Sum of RGB (Red+Green+Blue) = 199+87+104=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C75768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75768 is #38A897. Grayscale: #7A7A7A. Windows color (decimal): -3713176 or 6838215. OLE color: 6838215.
HSL color Cylindrical-coordinate representation of color #C75768: hue angle of 350.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75768 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 104 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.22 |
| HSL | 350.89º | 0.5% | 0.56% | - |
| HSV(B) | 350.89º | 0.56% | 0.78% | - |
| XYZ | 29.46 | 19.96 | 15.4 | - |
| YUV | 122.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 104 | 0 | 0.56 | 0.48 | 0.22 | 350.89 | 0.5 | 0.56 |
| Hex | C7 | 57 | 68 | 0 | 38 | 30 | 16 | 15F | 32 | 38 |
| Octal | 307 | 127 | 150 | 0 | 70 | 60 | 26 | 537 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1101000 | 0 | 111000 | 110000 | 10110 | 101011111 | 110010 | 111000 |
Color Harmonies of #C75768
Complementary color
Monochromatic Colors of #C75768
Black with #C75768
Text Example
Text Example
White with #C75768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75768; }
p { color: rgb(199,87,104); }
H1.HeaderClassName
{
color: #C75768;
}
.AnyTagClassName
{
color: #C75768;
}
</style>
background-color css
<style>
a { background-color: #C75768; }
a { background-color: rgb(199,87,104); }
div.DivClassName
{
background-color: #C75768;
}
.BgClassName
{
background-color: #C75768;
}
</style>
border-color css
<style>
span { border-color: #C75768; }
span { border-color: rgb(199,87,104); }
td.TdClassName
{
border-color: #C75768;
}
.TagClassName
{
border-color: #C75768;
}
</style>