Shades of Cabaret #C75C7D
Tints of Cabaret #C75C7D
RGB
CMYK
RGB Variations
Color information
#C75C7D (or 0xC75C7D) is known color: Cabaret. HEX triplet: C7, 5C and 7D. RGB value is (199,92,125). Sum of RGB (Red+Green+Blue) = 199+92+125=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C7D is #38A382. Grayscale: #7F7F7F. Windows color (decimal): -3711875 or 8215751. OLE color: 8215751.
HSL color Cylindrical-coordinate representation of color #C75C7D: hue angle of 341.5º 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 #C75C7D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 125 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.22 |
| HSL | 341.5º | 0.49% | 0.57% | - |
| HSV(B) | 341.5º | 0.54% | 0.78% | - |
| XYZ | 31.08 | 21.28 | 21.87 | - |
| YUV | 127.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 125 | 0 | 0.54 | 0.37 | 0.22 | 341.5 | 0.49 | 0.57 |
| Hex | C7 | 5C | 7D | 0 | 36 | 25 | 16 | 155 | 31 | 39 |
| Octal | 307 | 134 | 175 | 0 | 66 | 45 | 26 | 525 | 61 | 71 |
| Binary | 11000111 | 1011100 | 1111101 | 0 | 110110 | 100101 | 10110 | 101010101 | 110001 | 111001 |
Color Harmonies of #C75C7D
Complementary color
Monochromatic Colors of #C75C7D
Black with #C75C7D
Text Example
Text Example
White with #C75C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C7D; }
p { color: rgb(199,92,125); }
H1.HeaderClassName
{
color: #C75C7D;
}
.AnyTagClassName
{
color: #C75C7D;
}
</style>
background-color css
<style>
a { background-color: #C75C7D; }
a { background-color: rgb(199,92,125); }
div.DivClassName
{
background-color: #C75C7D;
}
.BgClassName
{
background-color: #C75C7D;
}
</style>
border-color css
<style>
span { border-color: #C75C7D; }
span { border-color: rgb(199,92,125); }
td.TdClassName
{
border-color: #C75C7D;
}
.TagClassName
{
border-color: #C75C7D;
}
</style>