Shades of Cabaret #C75372
Tints of Cabaret #C75372
RGB
CMYK
RGB Variations
Color information
#C75372 (or 0xC75372) is known color: Cabaret. HEX triplet: C7, 53 and 72. RGB value is (199,83,114). Sum of RGB (Red+Green+Blue) = 199+83+114=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C75372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75372 is #38AC8D. Grayscale: #797979. Windows color (decimal): -3714190 or 7492551. OLE color: 7492551.
HSL color Cylindrical-coordinate representation of color #C75372: hue angle of 343.97º 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 #C75372 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 114 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.22 |
| HSL | 343.97º | 0.51% | 0.55% | - |
| HSV(B) | 343.97º | 0.58% | 0.78% | - |
| XYZ | 29.68 | 19.54 | 18.13 | - |
| YUV | 121.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 114 | 0 | 0.58 | 0.43 | 0.22 | 343.97 | 0.51 | 0.55 |
| Hex | C7 | 53 | 72 | 0 | 3A | 2B | 16 | 158 | 33 | 37 |
| Octal | 307 | 123 | 162 | 0 | 72 | 53 | 26 | 530 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1110010 | 0 | 111010 | 101011 | 10110 | 101011000 | 110011 | 110111 |
Color Harmonies of #C75372
Complementary color
Monochromatic Colors of #C75372
Black with #C75372
Text Example
Text Example
White with #C75372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75372; }
p { color: rgb(199,83,114); }
H1.HeaderClassName
{
color: #C75372;
}
.AnyTagClassName
{
color: #C75372;
}
</style>
background-color css
<style>
a { background-color: #C75372; }
a { background-color: rgb(199,83,114); }
div.DivClassName
{
background-color: #C75372;
}
.BgClassName
{
background-color: #C75372;
}
</style>
border-color css
<style>
span { border-color: #C75372; }
span { border-color: rgb(199,83,114); }
td.TdClassName
{
border-color: #C75372;
}
.TagClassName
{
border-color: #C75372;
}
</style>