Shades of Cabaret #C75276
Tints of Cabaret #C75276
RGB
CMYK
RGB Variations
Color information
#C75276 (or 0xC75276) is known color: Cabaret. HEX triplet: C7, 52 and 76. RGB value is (199,82,118). Sum of RGB (Red+Green+Blue) = 199+82+118=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75276 is #38AD89. Grayscale: #797979. Windows color (decimal): -3714442 or 7754439. OLE color: 7754439.
HSL color Cylindrical-coordinate representation of color #C75276: hue angle of 341.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75276 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 118 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.22 |
| HSL | 341.54º | 0.51% | 0.55% | - |
| HSV(B) | 341.54º | 0.59% | 0.78% | - |
| XYZ | 29.84 | 19.48 | 19.33 | - |
| YUV | 121.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 118 | 0 | 0.59 | 0.41 | 0.22 | 341.54 | 0.51 | 0.55 |
| Hex | C7 | 52 | 76 | 0 | 3B | 29 | 16 | 156 | 33 | 37 |
| Octal | 307 | 122 | 166 | 0 | 73 | 51 | 26 | 526 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1110110 | 0 | 111011 | 101001 | 10110 | 101010110 | 110011 | 110111 |
Color Harmonies of #C75276
Complementary color
Monochromatic Colors of #C75276
Black with #C75276
Text Example
Text Example
White with #C75276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75276; }
p { color: rgb(199,82,118); }
H1.HeaderClassName
{
color: #C75276;
}
.AnyTagClassName
{
color: #C75276;
}
</style>
background-color css
<style>
a { background-color: #C75276; }
a { background-color: rgb(199,82,118); }
div.DivClassName
{
background-color: #C75276;
}
.BgClassName
{
background-color: #C75276;
}
</style>
border-color css
<style>
span { border-color: #C75276; }
span { border-color: rgb(199,82,118); }
td.TdClassName
{
border-color: #C75276;
}
.TagClassName
{
border-color: #C75276;
}
</style>