Shades of Cabaret #C4586A
Tints of Cabaret #C4586A
RGB
CMYK
RGB Variations
Color information
#C4586A (or 0xC4586A) is known color: Cabaret. HEX triplet: C4, 58 and 6A. RGB value is (196,88,106). Sum of RGB (Red+Green+Blue) = 196+88+106=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4586A is #3BA795. Grayscale: #7A7A7A. Windows color (decimal): -3909526 or 6969540. OLE color: 6969540.
HSL color Cylindrical-coordinate representation of color #C4586A: hue angle of 350º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4586A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 106 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.23 |
| HSL | 350º | 0.48% | 0.56% | - |
| HSV(B) | 350º | 0.55% | 0.77% | - |
| XYZ | 28.86 | 19.76 | 15.93 | - |
| YUV | 122.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 106 | 0 | 0.55 | 0.46 | 0.23 | 350 | 0.48 | 0.56 |
| Hex | C4 | 58 | 6A | 0 | 37 | 2E | 17 | 15E | 30 | 38 |
| Octal | 304 | 130 | 152 | 0 | 67 | 56 | 27 | 536 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1101010 | 0 | 110111 | 101110 | 10111 | 101011110 | 110000 | 111000 |
Color Harmonies of #C4586A
Complementary color
Monochromatic Colors of #C4586A
Black with #C4586A
Text Example
Text Example
White with #C4586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4586A; }
p { color: rgb(196,88,106); }
H1.HeaderClassName
{
color: #C4586A;
}
.AnyTagClassName
{
color: #C4586A;
}
</style>
background-color css
<style>
a { background-color: #C4586A; }
a { background-color: rgb(196,88,106); }
div.DivClassName
{
background-color: #C4586A;
}
.BgClassName
{
background-color: #C4586A;
}
</style>
border-color css
<style>
span { border-color: #C4586A; }
span { border-color: rgb(196,88,106); }
td.TdClassName
{
border-color: #C4586A;
}
.TagClassName
{
border-color: #C4586A;
}
</style>