Shades of Cabaret #C5606C
Tints of Cabaret #C5606C
RGB
CMYK
RGB Variations
Color information
#C5606C (or 0xC5606C) is known color: Cabaret. HEX triplet: C5, 60 and 6C. RGB value is (197,96,108). Sum of RGB (Red+Green+Blue) = 197+96+108=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606C is #3A9F93. Grayscale: #7F7F7F. Windows color (decimal): -3841940 or 7102661. OLE color: 7102661.
HSL color Cylindrical-coordinate representation of color #C5606C: hue angle of 352.87º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5606C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 108 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.23 |
| HSL | 352.87º | 0.47% | 0.57% | - |
| HSV(B) | 352.87º | 0.51% | 0.77% | - |
| XYZ | 29.92 | 21.32 | 16.73 | - |
| YUV | 127.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 108 | 0 | 0.51 | 0.45 | 0.23 | 352.87 | 0.47 | 0.57 |
| Hex | C5 | 60 | 6C | 0 | 33 | 2D | 17 | 161 | 2F | 39 |
| Octal | 305 | 140 | 154 | 0 | 63 | 55 | 27 | 541 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1101100 | 0 | 110011 | 101101 | 10111 | 101100001 | 101111 | 111001 |
Color Harmonies of #C5606C
Complementary color
Monochromatic Colors of #C5606C
Black with #C5606C
Text Example
Text Example
White with #C5606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5606C; }
p { color: rgb(197,96,108); }
H1.HeaderClassName
{
color: #C5606C;
}
.AnyTagClassName
{
color: #C5606C;
}
</style>
background-color css
<style>
a { background-color: #C5606C; }
a { background-color: rgb(197,96,108); }
div.DivClassName
{
background-color: #C5606C;
}
.BgClassName
{
background-color: #C5606C;
}
</style>
border-color css
<style>
span { border-color: #C5606C; }
span { border-color: rgb(197,96,108); }
td.TdClassName
{
border-color: #C5606C;
}
.TagClassName
{
border-color: #C5606C;
}
</style>