Shades of Cabaret #C7597D
Tints of Cabaret #C7597D
RGB
CMYK
RGB Variations
Color information
#C7597D (or 0xC7597D) is known color: Cabaret. HEX triplet: C7, 59 and 7D. RGB value is (199,89,125). Sum of RGB (Red+Green+Blue) = 199+89+125=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7597D is #38A682. Grayscale: #7D7D7D. Windows color (decimal): -3712643 or 8214983. OLE color: 8214983.
HSL color Cylindrical-coordinate representation of color #C7597D: hue angle of 340.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7597D is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 125 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.22 |
| HSL | 340.36º | 0.5% | 0.56% | - |
| HSV(B) | 340.36º | 0.55% | 0.78% | - |
| XYZ | 30.83 | 20.77 | 21.79 | - |
| YUV | 125.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 125 | 0 | 0.55 | 0.37 | 0.22 | 340.36 | 0.5 | 0.56 |
| Hex | C7 | 59 | 7D | 0 | 37 | 25 | 16 | 154 | 32 | 38 |
| Octal | 307 | 131 | 175 | 0 | 67 | 45 | 26 | 524 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1111101 | 0 | 110111 | 100101 | 10110 | 101010100 | 110010 | 111000 |
Color Harmonies of #C7597D
Complementary color
Monochromatic Colors of #C7597D
Black with #C7597D
Text Example
Text Example
White with #C7597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7597D; }
p { color: rgb(199,89,125); }
H1.HeaderClassName
{
color: #C7597D;
}
.AnyTagClassName
{
color: #C7597D;
}
</style>
background-color css
<style>
a { background-color: #C7597D; }
a { background-color: rgb(199,89,125); }
div.DivClassName
{
background-color: #C7597D;
}
.BgClassName
{
background-color: #C7597D;
}
</style>
border-color css
<style>
span { border-color: #C7597D; }
span { border-color: rgb(199,89,125); }
td.TdClassName
{
border-color: #C7597D;
}
.TagClassName
{
border-color: #C7597D;
}
</style>