Shades of Cabaret #C75C7E
Tints of Cabaret #C75C7E
RGB
CMYK
RGB Variations
Color information
#C75C7E (or 0xC75C7E) is known color: Cabaret. HEX triplet: C7, 5C and 7E. RGB value is (199,92,126). Sum of RGB (Red+Green+Blue) = 199+92+126=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C7E is #38A381. Grayscale: #7F7F7F. Windows color (decimal): -3711874 or 8281287. OLE color: 8281287.
HSL color Cylindrical-coordinate representation of color #C75C7E: hue angle of 340.93º 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 #C75C7E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 126 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.22 |
| HSL | 340.93º | 0.49% | 0.57% | - |
| HSV(B) | 340.93º | 0.54% | 0.78% | - |
| XYZ | 31.15 | 21.3 | 22.21 | - |
| YUV | 127.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 126 | 0 | 0.54 | 0.37 | 0.22 | 340.93 | 0.49 | 0.57 |
| Hex | C7 | 5C | 7E | 0 | 36 | 25 | 16 | 155 | 31 | 39 |
| Octal | 307 | 134 | 176 | 0 | 66 | 45 | 26 | 525 | 61 | 71 |
| Binary | 11000111 | 1011100 | 1111110 | 0 | 110110 | 100101 | 10110 | 101010101 | 110001 | 111001 |
Color Harmonies of #C75C7E
Complementary color
Monochromatic Colors of #C75C7E
Black with #C75C7E
Text Example
Text Example
White with #C75C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C7E; }
p { color: rgb(199,92,126); }
H1.HeaderClassName
{
color: #C75C7E;
}
.AnyTagClassName
{
color: #C75C7E;
}
</style>
background-color css
<style>
a { background-color: #C75C7E; }
a { background-color: rgb(199,92,126); }
div.DivClassName
{
background-color: #C75C7E;
}
.BgClassName
{
background-color: #C75C7E;
}
</style>
border-color css
<style>
span { border-color: #C75C7E; }
span { border-color: rgb(199,92,126); }
td.TdClassName
{
border-color: #C75C7E;
}
.TagClassName
{
border-color: #C75C7E;
}
</style>