Shades of Cabaret #C56670
Tints of Cabaret #C56670
RGB
CMYK
RGB Variations
Color information
#C56670 (or 0xC56670) is known color: Cabaret. HEX triplet: C5, 66 and 70. RGB value is (197,102,112). Sum of RGB (Red+Green+Blue) = 197+102+112=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56670 is #3A998F. Grayscale: #838383. Windows color (decimal): -3840400 or 7366341. OLE color: 7366341.
HSL color Cylindrical-coordinate representation of color #C56670: hue angle of 353.68º 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 #C56670 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 112 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.23 |
| HSL | 353.68º | 0.45% | 0.59% | - |
| HSV(B) | 353.68º | 0.48% | 0.77% | - |
| XYZ | 30.7 | 22.54 | 18.06 | - |
| YUV | 131.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 112 | 0 | 0.48 | 0.43 | 0.23 | 353.68 | 0.45 | 0.59 |
| Hex | C5 | 66 | 70 | 0 | 30 | 2B | 17 | 162 | 2D | 3B |
| Octal | 305 | 146 | 160 | 0 | 60 | 53 | 27 | 542 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1110000 | 0 | 110000 | 101011 | 10111 | 101100010 | 101101 | 111011 |
Color Harmonies of #C56670
Complementary color
Monochromatic Colors of #C56670
Black with #C56670
Text Example
Text Example
White with #C56670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56670; }
p { color: rgb(197,102,112); }
H1.HeaderClassName
{
color: #C56670;
}
.AnyTagClassName
{
color: #C56670;
}
</style>
background-color css
<style>
a { background-color: #C56670; }
a { background-color: rgb(197,102,112); }
div.DivClassName
{
background-color: #C56670;
}
.BgClassName
{
background-color: #C56670;
}
</style>
border-color css
<style>
span { border-color: #C56670; }
span { border-color: rgb(197,102,112); }
td.TdClassName
{
border-color: #C56670;
}
.TagClassName
{
border-color: #C56670;
}
</style>