Shades of Cabaret #C75B7C
Tints of Cabaret #C75B7C
RGB
CMYK
RGB Variations
Color information
#C75B7C (or 0xC75B7C) is known color: Cabaret. HEX triplet: C7, 5B and 7C. RGB value is (199,91,124). Sum of RGB (Red+Green+Blue) = 199+91+124=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B7C is #38A483. Grayscale: #7F7F7F. Windows color (decimal): -3712132 or 8149959. OLE color: 8149959.
HSL color Cylindrical-coordinate representation of color #C75B7C: hue angle of 341.67º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B7C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 124 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 341.67º | 0.49% | 0.57% | - |
| HSV(B) | 341.67º | 0.54% | 0.78% | - |
| XYZ | 30.93 | 21.08 | 21.51 | - |
| YUV | 127.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 124 | 0 | 0.54 | 0.38 | 0.22 | 341.67 | 0.49 | 0.57 |
| Hex | C7 | 5B | 7C | 0 | 36 | 26 | 16 | 156 | 31 | 39 |
| Octal | 307 | 133 | 174 | 0 | 66 | 46 | 26 | 526 | 61 | 71 |
| Binary | 11000111 | 1011011 | 1111100 | 0 | 110110 | 100110 | 10110 | 101010110 | 110001 | 111001 |
Color Harmonies of #C75B7C
Complementary color
Monochromatic Colors of #C75B7C
Black with #C75B7C
Text Example
Text Example
White with #C75B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B7C; }
p { color: rgb(199,91,124); }
H1.HeaderClassName
{
color: #C75B7C;
}
.AnyTagClassName
{
color: #C75B7C;
}
</style>
background-color css
<style>
a { background-color: #C75B7C; }
a { background-color: rgb(199,91,124); }
div.DivClassName
{
background-color: #C75B7C;
}
.BgClassName
{
background-color: #C75B7C;
}
</style>
border-color css
<style>
span { border-color: #C75B7C; }
span { border-color: rgb(199,91,124); }
td.TdClassName
{
border-color: #C75B7C;
}
.TagClassName
{
border-color: #C75B7C;
}
</style>