Shades of Cabaret #C7526F
Tints of Cabaret #C7526F
RGB
CMYK
RGB Variations
Color information
#C7526F (or 0xC7526F) is known color: Cabaret. HEX triplet: C7, 52 and 6F. RGB value is (199,82,111). Sum of RGB (Red+Green+Blue) = 199+82+111=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7526F is #38AD90. Grayscale: #787878. Windows color (decimal): -3714449 or 7295687. OLE color: 7295687.
HSL color Cylindrical-coordinate representation of color #C7526F: hue angle of 345.13º 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 #C7526F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 111 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.22 |
| HSL | 345.13º | 0.51% | 0.55% | - |
| HSV(B) | 345.13º | 0.59% | 0.78% | - |
| XYZ | 29.44 | 19.32 | 17.22 | - |
| YUV | 120.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 111 | 0 | 0.59 | 0.44 | 0.22 | 345.13 | 0.51 | 0.55 |
| Hex | C7 | 52 | 6F | 0 | 3B | 2C | 16 | 159 | 33 | 37 |
| Octal | 307 | 122 | 157 | 0 | 73 | 54 | 26 | 531 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1101111 | 0 | 111011 | 101100 | 10110 | 101011001 | 110011 | 110111 |
Color Harmonies of #C7526F
Complementary color
Monochromatic Colors of #C7526F
Black with #C7526F
Text Example
Text Example
White with #C7526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7526F; }
p { color: rgb(199,82,111); }
H1.HeaderClassName
{
color: #C7526F;
}
.AnyTagClassName
{
color: #C7526F;
}
</style>
background-color css
<style>
a { background-color: #C7526F; }
a { background-color: rgb(199,82,111); }
div.DivClassName
{
background-color: #C7526F;
}
.BgClassName
{
background-color: #C7526F;
}
</style>
border-color css
<style>
span { border-color: #C7526F; }
span { border-color: rgb(199,82,111); }
td.TdClassName
{
border-color: #C7526F;
}
.TagClassName
{
border-color: #C7526F;
}
</style>