Shades of Cabaret #C75075
Tints of Cabaret #C75075
RGB
CMYK
RGB Variations
Color information
#C75075 (or 0xC75075) is known color: Cabaret. HEX triplet: C7, 50 and 75. RGB value is (199,80,117). Sum of RGB (Red+Green+Blue) = 199+80+117=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C75075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75075 is #38AF8A. Grayscale: #777777. Windows color (decimal): -3714955 or 7688391. OLE color: 7688391.
HSL color Cylindrical-coordinate representation of color #C75075: hue angle of 341.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75075 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 117 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.22 |
| HSL | 341.34º | 0.52% | 0.55% | - |
| HSV(B) | 341.34º | 0.6% | 0.78% | - |
| XYZ | 29.63 | 19.16 | 18.97 | - |
| YUV | 119.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 117 | 0 | 0.60 | 0.41 | 0.22 | 341.34 | 0.52 | 0.55 |
| Hex | C7 | 50 | 75 | 0 | 3C | 29 | 16 | 155 | 34 | 37 |
| Octal | 307 | 120 | 165 | 0 | 74 | 51 | 26 | 525 | 64 | 67 |
| Binary | 11000111 | 1010000 | 1110101 | 0 | 111100 | 101001 | 10110 | 101010101 | 110100 | 110111 |
Color Harmonies of #C75075
Complementary color
Monochromatic Colors of #C75075
Black with #C75075
Text Example
Text Example
White with #C75075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75075; }
p { color: rgb(199,80,117); }
H1.HeaderClassName
{
color: #C75075;
}
.AnyTagClassName
{
color: #C75075;
}
</style>
background-color css
<style>
a { background-color: #C75075; }
a { background-color: rgb(199,80,117); }
div.DivClassName
{
background-color: #C75075;
}
.BgClassName
{
background-color: #C75075;
}
</style>
border-color css
<style>
span { border-color: #C75075; }
span { border-color: rgb(199,80,117); }
td.TdClassName
{
border-color: #C75075;
}
.TagClassName
{
border-color: #C75075;
}
</style>