Shades of Cabaret #C75873
Tints of Cabaret #C75873
RGB
CMYK
RGB Variations
Color information
#C75873 (or 0xC75873) is known color: Cabaret. HEX triplet: C7, 58 and 73. RGB value is (199,88,115). Sum of RGB (Red+Green+Blue) = 199+88+115=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75873 is #38A78C. Grayscale: #7C7C7C. Windows color (decimal): -3712909 or 7559367. OLE color: 7559367.
HSL color Cylindrical-coordinate representation of color #C75873: hue angle of 345.41º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75873 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 115 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.22 |
| HSL | 345.41º | 0.5% | 0.56% | - |
| HSV(B) | 345.41º | 0.56% | 0.78% | - |
| XYZ | 30.14 | 20.36 | 18.56 | - |
| YUV | 124.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 115 | 0 | 0.56 | 0.42 | 0.22 | 345.41 | 0.5 | 0.56 |
| Hex | C7 | 58 | 73 | 0 | 38 | 2A | 16 | 159 | 32 | 38 |
| Octal | 307 | 130 | 163 | 0 | 70 | 52 | 26 | 531 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1110011 | 0 | 111000 | 101010 | 10110 | 101011001 | 110010 | 111000 |
Color Harmonies of #C75873
Complementary color
Monochromatic Colors of #C75873
Black with #C75873
Text Example
Text Example
White with #C75873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75873; }
p { color: rgb(199,88,115); }
H1.HeaderClassName
{
color: #C75873;
}
.AnyTagClassName
{
color: #C75873;
}
</style>
background-color css
<style>
a { background-color: #C75873; }
a { background-color: rgb(199,88,115); }
div.DivClassName
{
background-color: #C75873;
}
.BgClassName
{
background-color: #C75873;
}
</style>
border-color css
<style>
span { border-color: #C75873; }
span { border-color: rgb(199,88,115); }
td.TdClassName
{
border-color: #C75873;
}
.TagClassName
{
border-color: #C75873;
}
</style>