Shades of Cabaret #C7586D
Tints of Cabaret #C7586D
RGB
CMYK
RGB Variations
Color information
#C7586D (or 0xC7586D) is known color: Cabaret. HEX triplet: C7, 58 and 6D. RGB value is (199,88,109). Sum of RGB (Red+Green+Blue) = 199+88+109=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7586D is #38A792. Grayscale: #7B7B7B. Windows color (decimal): -3712915 or 7166151. OLE color: 7166151.
HSL color Cylindrical-coordinate representation of color #C7586D: hue angle of 348.65º 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 #C7586D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 109 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.22 |
| HSL | 348.65º | 0.5% | 0.56% | - |
| HSV(B) | 348.65º | 0.56% | 0.78% | - |
| XYZ | 29.8 | 20.23 | 16.8 | - |
| YUV | 123.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 109 | 0 | 0.56 | 0.45 | 0.22 | 348.65 | 0.5 | 0.56 |
| Hex | C7 | 58 | 6D | 0 | 38 | 2D | 16 | 15D | 32 | 38 |
| Octal | 307 | 130 | 155 | 0 | 70 | 55 | 26 | 535 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1101101 | 0 | 111000 | 101101 | 10110 | 101011101 | 110010 | 111000 |
Color Harmonies of #C7586D
Complementary color
Monochromatic Colors of #C7586D
Black with #C7586D
Text Example
Text Example
White with #C7586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7586D; }
p { color: rgb(199,88,109); }
H1.HeaderClassName
{
color: #C7586D;
}
.AnyTagClassName
{
color: #C7586D;
}
</style>
background-color css
<style>
a { background-color: #C7586D; }
a { background-color: rgb(199,88,109); }
div.DivClassName
{
background-color: #C7586D;
}
.BgClassName
{
background-color: #C7586D;
}
</style>
border-color css
<style>
span { border-color: #C7586D; }
span { border-color: rgb(199,88,109); }
td.TdClassName
{
border-color: #C7586D;
}
.TagClassName
{
border-color: #C7586D;
}
</style>