Shades of Cabaret #C3586F
Tints of Cabaret #C3586F
RGB
CMYK
RGB Variations
Color information
#C3586F (or 0xC3586F) is known color: Cabaret. HEX triplet: C3, 58 and 6F. RGB value is (195,88,111). Sum of RGB (Red+Green+Blue) = 195+88+111=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3586F is #3CA790. Grayscale: #7A7A7A. Windows color (decimal): -3975057 or 7297219. OLE color: 7297219.
HSL color Cylindrical-coordinate representation of color #C3586F: hue angle of 347.1º degrees, saturation: 0.47, 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 #C3586F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 111 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.24 |
| HSL | 347.1º | 0.47% | 0.55% | - |
| HSV(B) | 347.1º | 0.55% | 0.76% | - |
| XYZ | 28.86 | 19.73 | 17.33 | - |
| YUV | 122.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 111 | 0 | 0.55 | 0.43 | 0.24 | 347.1 | 0.47 | 0.55 |
| Hex | C3 | 58 | 6F | 0 | 37 | 2B | 18 | 15B | 2F | 37 |
| Octal | 303 | 130 | 157 | 0 | 67 | 53 | 30 | 533 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1101111 | 0 | 110111 | 101011 | 11000 | 101011011 | 101111 | 110111 |
Color Harmonies of #C3586F
Complementary color
Monochromatic Colors of #C3586F
Black with #C3586F
Text Example
Text Example
White with #C3586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3586F; }
p { color: rgb(195,88,111); }
H1.HeaderClassName
{
color: #C3586F;
}
.AnyTagClassName
{
color: #C3586F;
}
</style>
background-color css
<style>
a { background-color: #C3586F; }
a { background-color: rgb(195,88,111); }
div.DivClassName
{
background-color: #C3586F;
}
.BgClassName
{
background-color: #C3586F;
}
</style>
border-color css
<style>
span { border-color: #C3586F; }
span { border-color: rgb(195,88,111); }
td.TdClassName
{
border-color: #C3586F;
}
.TagClassName
{
border-color: #C3586F;
}
</style>