Shades of Cabaret #C5656D
Tints of Cabaret #C5656D
RGB
CMYK
RGB Variations
Color information
#C5656D (or 0xC5656D) is known color: Cabaret. HEX triplet: C5, 65 and 6D. RGB value is (197,101,109). Sum of RGB (Red+Green+Blue) = 197+101+109=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656D is #3A9A92. Grayscale: #828282. Windows color (decimal): -3840659 or 7169477. OLE color: 7169477.
HSL color Cylindrical-coordinate representation of color #C5656D: hue angle of 355º 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 #C5656D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 109 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.23 |
| HSL | 355º | 0.45% | 0.58% | - |
| HSV(B) | 355º | 0.49% | 0.77% | - |
| XYZ | 30.44 | 22.28 | 17.16 | - |
| YUV | 130.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 109 | 0 | 0.49 | 0.45 | 0.23 | 355 | 0.45 | 0.58 |
| Hex | C5 | 65 | 6D | 0 | 31 | 2D | 17 | 163 | 2D | 3A |
| Octal | 305 | 145 | 155 | 0 | 61 | 55 | 27 | 543 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1101101 | 0 | 110001 | 101101 | 10111 | 101100011 | 101101 | 111010 |
Color Harmonies of #C5656D
Complementary color
Monochromatic Colors of #C5656D
Black with #C5656D
Text Example
Text Example
White with #C5656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5656D; }
p { color: rgb(197,101,109); }
H1.HeaderClassName
{
color: #C5656D;
}
.AnyTagClassName
{
color: #C5656D;
}
</style>
background-color css
<style>
a { background-color: #C5656D; }
a { background-color: rgb(197,101,109); }
div.DivClassName
{
background-color: #C5656D;
}
.BgClassName
{
background-color: #C5656D;
}
</style>
border-color css
<style>
span { border-color: #C5656D; }
span { border-color: rgb(197,101,109); }
td.TdClassName
{
border-color: #C5656D;
}
.TagClassName
{
border-color: #C5656D;
}
</style>