Shades of Cabaret #C75F7B
Tints of Cabaret #C75F7B
RGB
CMYK
RGB Variations
Color information
#C75F7B (or 0xC75F7B) is known color: Cabaret. HEX triplet: C7, 5F and 7B. RGB value is (199,95,123). Sum of RGB (Red+Green+Blue) = 199+95+123=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F7B is #38A084. Grayscale: #818181. Windows color (decimal): -3711109 or 8085447. OLE color: 8085447.
HSL color Cylindrical-coordinate representation of color #C75F7B: hue angle of 343.85º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F7B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 123 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.22 |
| HSL | 343.85º | 0.48% | 0.58% | - |
| HSV(B) | 343.85º | 0.52% | 0.78% | - |
| XYZ | 31.22 | 21.76 | 21.29 | - |
| YUV | 129.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 123 | 0 | 0.52 | 0.38 | 0.22 | 343.85 | 0.48 | 0.58 |
| Hex | C7 | 5F | 7B | 0 | 34 | 26 | 16 | 158 | 30 | 3A |
| Octal | 307 | 137 | 173 | 0 | 64 | 46 | 26 | 530 | 60 | 72 |
| Binary | 11000111 | 1011111 | 1111011 | 0 | 110100 | 100110 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C75F7B
Complementary color
Monochromatic Colors of #C75F7B
Black with #C75F7B
Text Example
Text Example
White with #C75F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F7B; }
p { color: rgb(199,95,123); }
H1.HeaderClassName
{
color: #C75F7B;
}
.AnyTagClassName
{
color: #C75F7B;
}
</style>
background-color css
<style>
a { background-color: #C75F7B; }
a { background-color: rgb(199,95,123); }
div.DivClassName
{
background-color: #C75F7B;
}
.BgClassName
{
background-color: #C75F7B;
}
</style>
border-color css
<style>
span { border-color: #C75F7B; }
span { border-color: rgb(199,95,123); }
td.TdClassName
{
border-color: #C75F7B;
}
.TagClassName
{
border-color: #C75F7B;
}
</style>