Shades of Cabaret #C5656C
Tints of Cabaret #C5656C
RGB
CMYK
RGB Variations
Color information
#C5656C (or 0xC5656C) is known color: Cabaret. HEX triplet: C5, 65 and 6C. RGB value is (197,101,108). Sum of RGB (Red+Green+Blue) = 197+101+108=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656C is #3A9A93. Grayscale: #828282. Windows color (decimal): -3840660 or 7103941. OLE color: 7103941.
HSL color Cylindrical-coordinate representation of color #C5656C: hue angle of 355.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5656C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 108 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.23 |
| HSL | 355.63º | 0.45% | 0.58% | - |
| HSV(B) | 355.63º | 0.49% | 0.77% | - |
| XYZ | 30.39 | 22.26 | 16.88 | - |
| YUV | 130.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 108 | 0 | 0.49 | 0.45 | 0.23 | 355.63 | 0.45 | 0.58 |
| Hex | C5 | 65 | 6C | 0 | 31 | 2D | 17 | 164 | 2D | 3A |
| Octal | 305 | 145 | 154 | 0 | 61 | 55 | 27 | 544 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1101100 | 0 | 110001 | 101101 | 10111 | 101100100 | 101101 | 111010 |
Color Harmonies of #C5656C
Complementary color
Monochromatic Colors of #C5656C
Black with #C5656C
Text Example
Text Example
White with #C5656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5656C; }
p { color: rgb(197,101,108); }
H1.HeaderClassName
{
color: #C5656C;
}
.AnyTagClassName
{
color: #C5656C;
}
</style>
background-color css
<style>
a { background-color: #C5656C; }
a { background-color: rgb(197,101,108); }
div.DivClassName
{
background-color: #C5656C;
}
.BgClassName
{
background-color: #C5656C;
}
</style>
border-color css
<style>
span { border-color: #C5656C; }
span { border-color: rgb(197,101,108); }
td.TdClassName
{
border-color: #C5656C;
}
.TagClassName
{
border-color: #C5656C;
}
</style>