Shades of Cabaret #C56673
Tints of Cabaret #C56673
RGB
CMYK
RGB Variations
Color information
#C56673 (or 0xC56673) is known color: Cabaret. HEX triplet: C5, 66 and 73. RGB value is (197,102,115). Sum of RGB (Red+Green+Blue) = 197+102+115=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56673 is #3A998C. Grayscale: #838383. Windows color (decimal): -3840397 or 7562949. OLE color: 7562949.
HSL color Cylindrical-coordinate representation of color #C56673: hue angle of 351.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56673 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 115 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.23 |
| HSL | 351.79º | 0.45% | 0.59% | - |
| HSV(B) | 351.79º | 0.48% | 0.77% | - |
| XYZ | 30.87 | 22.61 | 18.96 | - |
| YUV | 131.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 115 | 0 | 0.48 | 0.42 | 0.23 | 351.79 | 0.45 | 0.59 |
| Hex | C5 | 66 | 73 | 0 | 30 | 2A | 17 | 160 | 2D | 3B |
| Octal | 305 | 146 | 163 | 0 | 60 | 52 | 27 | 540 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1110011 | 0 | 110000 | 101010 | 10111 | 101100000 | 101101 | 111011 |
Color Harmonies of #C56673
Complementary color
Monochromatic Colors of #C56673
Black with #C56673
Text Example
Text Example
White with #C56673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56673; }
p { color: rgb(197,102,115); }
H1.HeaderClassName
{
color: #C56673;
}
.AnyTagClassName
{
color: #C56673;
}
</style>
background-color css
<style>
a { background-color: #C56673; }
a { background-color: rgb(197,102,115); }
div.DivClassName
{
background-color: #C56673;
}
.BgClassName
{
background-color: #C56673;
}
</style>
border-color css
<style>
span { border-color: #C56673; }
span { border-color: rgb(197,102,115); }
td.TdClassName
{
border-color: #C56673;
}
.TagClassName
{
border-color: #C56673;
}
</style>