Shades of Cabaret #C75D7B
Tints of Cabaret #C75D7B
RGB
CMYK
RGB Variations
Color information
#C75D7B (or 0xC75D7B) is known color: Cabaret. HEX triplet: C7, 5D and 7B. RGB value is (199,93,123). Sum of RGB (Red+Green+Blue) = 199+93+123=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D7B is #38A284. Grayscale: #808080. Windows color (decimal): -3711621 or 8084935. OLE color: 8084935.
HSL color Cylindrical-coordinate representation of color #C75D7B: hue angle of 343.02º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D7B is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 123 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.22 |
| HSL | 343.02º | 0.49% | 0.57% | - |
| HSV(B) | 343.02º | 0.53% | 0.78% | - |
| XYZ | 31.04 | 21.4 | 21.23 | - |
| YUV | 128.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 123 | 0 | 0.53 | 0.38 | 0.22 | 343.02 | 0.49 | 0.57 |
| Hex | C7 | 5D | 7B | 0 | 35 | 26 | 16 | 157 | 31 | 39 |
| Octal | 307 | 135 | 173 | 0 | 65 | 46 | 26 | 527 | 61 | 71 |
| Binary | 11000111 | 1011101 | 1111011 | 0 | 110101 | 100110 | 10110 | 101010111 | 110001 | 111001 |
Color Harmonies of #C75D7B
Complementary color
Monochromatic Colors of #C75D7B
Black with #C75D7B
Text Example
Text Example
White with #C75D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D7B; }
p { color: rgb(199,93,123); }
H1.HeaderClassName
{
color: #C75D7B;
}
.AnyTagClassName
{
color: #C75D7B;
}
</style>
background-color css
<style>
a { background-color: #C75D7B; }
a { background-color: rgb(199,93,123); }
div.DivClassName
{
background-color: #C75D7B;
}
.BgClassName
{
background-color: #C75D7B;
}
</style>
border-color css
<style>
span { border-color: #C75D7B; }
span { border-color: rgb(199,93,123); }
td.TdClassName
{
border-color: #C75D7B;
}
.TagClassName
{
border-color: #C75D7B;
}
</style>