Shades of Cabaret #C75575
Tints of Cabaret #C75575
RGB
CMYK
RGB Variations
Color information
#C75575 (or 0xC75575) is known color: Cabaret. HEX triplet: C7, 55 and 75. RGB value is (199,85,117). Sum of RGB (Red+Green+Blue) = 199+85+117=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75575 is #38AA8A. Grayscale: #7A7A7A. Windows color (decimal): -3713675 or 7689671. OLE color: 7689671.
HSL color Cylindrical-coordinate representation of color #C75575: hue angle of 343.16º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75575 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 117 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.22 |
| HSL | 343.16º | 0.5% | 0.56% | - |
| HSV(B) | 343.16º | 0.57% | 0.78% | - |
| XYZ | 30.01 | 19.92 | 19.09 | - |
| YUV | 122.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 117 | 0 | 0.57 | 0.41 | 0.22 | 343.16 | 0.5 | 0.56 |
| Hex | C7 | 55 | 75 | 0 | 39 | 29 | 16 | 157 | 32 | 38 |
| Octal | 307 | 125 | 165 | 0 | 71 | 51 | 26 | 527 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1110101 | 0 | 111001 | 101001 | 10110 | 101010111 | 110010 | 111000 |
Color Harmonies of #C75575
Complementary color
Monochromatic Colors of #C75575
Black with #C75575
Text Example
Text Example
White with #C75575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75575; }
p { color: rgb(199,85,117); }
H1.HeaderClassName
{
color: #C75575;
}
.AnyTagClassName
{
color: #C75575;
}
</style>
background-color css
<style>
a { background-color: #C75575; }
a { background-color: rgb(199,85,117); }
div.DivClassName
{
background-color: #C75575;
}
.BgClassName
{
background-color: #C75575;
}
</style>
border-color css
<style>
span { border-color: #C75575; }
span { border-color: rgb(199,85,117); }
td.TdClassName
{
border-color: #C75575;
}
.TagClassName
{
border-color: #C75575;
}
</style>