Shades of Cabaret #C2586D
Tints of Cabaret #C2586D
RGB
CMYK
RGB Variations
Color information
#C2586D (or 0xC2586D) is known color: Cabaret. HEX triplet: C2, 58 and 6D. RGB value is (194,88,109). Sum of RGB (Red+Green+Blue) = 194+88+109=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2586D is #3DA792. Grayscale: #7A7A7A. Windows color (decimal): -4040595 or 7166146. OLE color: 7166146.
HSL color Cylindrical-coordinate representation of color #C2586D: hue angle of 348.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2586D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 109 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.24 |
| HSL | 348.11º | 0.46% | 0.55% | - |
| HSV(B) | 348.11º | 0.55% | 0.76% | - |
| XYZ | 28.5 | 19.55 | 16.74 | - |
| YUV | 122.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 109 | 0 | 0.55 | 0.44 | 0.24 | 348.11 | 0.46 | 0.55 |
| Hex | C2 | 58 | 6D | 0 | 37 | 2C | 18 | 15C | 2E | 37 |
| Octal | 302 | 130 | 155 | 0 | 67 | 54 | 30 | 534 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1101101 | 0 | 110111 | 101100 | 11000 | 101011100 | 101110 | 110111 |
Color Harmonies of #C2586D
Complementary color
Monochromatic Colors of #C2586D
Black with #C2586D
Text Example
Text Example
White with #C2586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2586D; }
p { color: rgb(194,88,109); }
H1.HeaderClassName
{
color: #C2586D;
}
.AnyTagClassName
{
color: #C2586D;
}
</style>
background-color css
<style>
a { background-color: #C2586D; }
a { background-color: rgb(194,88,109); }
div.DivClassName
{
background-color: #C2586D;
}
.BgClassName
{
background-color: #C2586D;
}
</style>
border-color css
<style>
span { border-color: #C2586D; }
span { border-color: rgb(194,88,109); }
td.TdClassName
{
border-color: #C2586D;
}
.TagClassName
{
border-color: #C2586D;
}
</style>