Shades of Cabaret #C75A76
Tints of Cabaret #C75A76
RGB
CMYK
RGB Variations
Color information
#C75A76 (or 0xC75A76) is known color: Cabaret. HEX triplet: C7, 5A and 76. RGB value is (199,90,118). Sum of RGB (Red+Green+Blue) = 199+90+118=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A76 is #38A589. Grayscale: #7D7D7D. Windows color (decimal): -3712394 or 7756487. OLE color: 7756487.
HSL color Cylindrical-coordinate representation of color #C75A76: hue angle of 344.59º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A76 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 118 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.22 |
| HSL | 344.59º | 0.49% | 0.57% | - |
| HSV(B) | 344.59º | 0.55% | 0.78% | - |
| XYZ | 30.48 | 20.76 | 19.54 | - |
| YUV | 125.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 118 | 0 | 0.55 | 0.41 | 0.22 | 344.59 | 0.49 | 0.57 |
| Hex | C7 | 5A | 76 | 0 | 37 | 29 | 16 | 159 | 31 | 39 |
| Octal | 307 | 132 | 166 | 0 | 67 | 51 | 26 | 531 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1110110 | 0 | 110111 | 101001 | 10110 | 101011001 | 110001 | 111001 |
Color Harmonies of #C75A76
Complementary color
Monochromatic Colors of #C75A76
Black with #C75A76
Text Example
Text Example
White with #C75A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A76; }
p { color: rgb(199,90,118); }
H1.HeaderClassName
{
color: #C75A76;
}
.AnyTagClassName
{
color: #C75A76;
}
</style>
background-color css
<style>
a { background-color: #C75A76; }
a { background-color: rgb(199,90,118); }
div.DivClassName
{
background-color: #C75A76;
}
.BgClassName
{
background-color: #C75A76;
}
</style>
border-color css
<style>
span { border-color: #C75A76; }
span { border-color: rgb(199,90,118); }
td.TdClassName
{
border-color: #C75A76;
}
.TagClassName
{
border-color: #C75A76;
}
</style>