Shades of Cabaret #C75468
Tints of Cabaret #C75468
RGB
CMYK
RGB Variations
Color information
#C75468 (or 0xC75468) is known color: Cabaret. HEX triplet: C7, 54 and 68. RGB value is (199,84,104). Sum of RGB (Red+Green+Blue) = 199+84+104=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C75468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75468 is #38AB97. Grayscale: #787878. Windows color (decimal): -3713944 or 6837447. OLE color: 6837447.
HSL color Cylindrical-coordinate representation of color #C75468: hue angle of 349.57º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75468 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 104 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.22 |
| HSL | 349.57º | 0.51% | 0.55% | - |
| HSV(B) | 349.57º | 0.58% | 0.78% | - |
| XYZ | 29.22 | 19.48 | 15.32 | - |
| YUV | 120.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 104 | 0 | 0.58 | 0.48 | 0.22 | 349.57 | 0.51 | 0.55 |
| Hex | C7 | 54 | 68 | 0 | 3A | 30 | 16 | 15E | 33 | 37 |
| Octal | 307 | 124 | 150 | 0 | 72 | 60 | 26 | 536 | 63 | 67 |
| Binary | 11000111 | 1010100 | 1101000 | 0 | 111010 | 110000 | 10110 | 101011110 | 110011 | 110111 |
Color Harmonies of #C75468
Complementary color
Monochromatic Colors of #C75468
Black with #C75468
Text Example
Text Example
White with #C75468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75468; }
p { color: rgb(199,84,104); }
H1.HeaderClassName
{
color: #C75468;
}
.AnyTagClassName
{
color: #C75468;
}
</style>
background-color css
<style>
a { background-color: #C75468; }
a { background-color: rgb(199,84,104); }
div.DivClassName
{
background-color: #C75468;
}
.BgClassName
{
background-color: #C75468;
}
</style>
border-color css
<style>
span { border-color: #C75468; }
span { border-color: rgb(199,84,104); }
td.TdClassName
{
border-color: #C75468;
}
.TagClassName
{
border-color: #C75468;
}
</style>