Shades of Cabaret #C75F7A
Tints of Cabaret #C75F7A
RGB
CMYK
RGB Variations
Color information
#C75F7A (or 0xC75F7A) is known color: Cabaret. HEX triplet: C7, 5F and 7A. RGB value is (199,95,122). Sum of RGB (Red+Green+Blue) = 199+95+122=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F7A is #38A085. Grayscale: #818181. Windows color (decimal): -3711110 or 8019911. OLE color: 8019911.
HSL color Cylindrical-coordinate representation of color #C75F7A: hue angle of 344.42º 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 #C75F7A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 122 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.22 |
| HSL | 344.42º | 0.48% | 0.58% | - |
| HSV(B) | 344.42º | 0.52% | 0.78% | - |
| XYZ | 31.16 | 21.73 | 20.96 | - |
| YUV | 129.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 122 | 0 | 0.52 | 0.39 | 0.22 | 344.42 | 0.48 | 0.58 |
| Hex | C7 | 5F | 7A | 0 | 34 | 27 | 16 | 158 | 30 | 3A |
| Octal | 307 | 137 | 172 | 0 | 64 | 47 | 26 | 530 | 60 | 72 |
| Binary | 11000111 | 1011111 | 1111010 | 0 | 110100 | 100111 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C75F7A
Complementary color
Monochromatic Colors of #C75F7A
Black with #C75F7A
Text Example
Text Example
White with #C75F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F7A; }
p { color: rgb(199,95,122); }
H1.HeaderClassName
{
color: #C75F7A;
}
.AnyTagClassName
{
color: #C75F7A;
}
</style>
background-color css
<style>
a { background-color: #C75F7A; }
a { background-color: rgb(199,95,122); }
div.DivClassName
{
background-color: #C75F7A;
}
.BgClassName
{
background-color: #C75F7A;
}
</style>
border-color css
<style>
span { border-color: #C75F7A; }
span { border-color: rgb(199,95,122); }
td.TdClassName
{
border-color: #C75F7A;
}
.TagClassName
{
border-color: #C75F7A;
}
</style>